Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
cURL
curl --request DELETE \ --url https://api.example.com/api/agents/{agent_id}/share-link \ --header 'Authorization: Bearer <token>'
{ "agent_id": 123, "share_enabled": true, "share_token": "<string>", "share_updated_at": "<string>" }
Disable and revoke the public share link for an agent.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Owner-only share link state, including the raw token.