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 POST \ --url https://api.example.com/api/agents/{agent_id}/share-link/rotate \ --header 'Authorization: Bearer <token>'
{ "agent_id": 123, "share_enabled": true, "share_token": "<string>", "share_updated_at": "<string>" }
Rotate the public share link for a published 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.