cURL
curl --request POST \ --url https://api.operator.xyz/conversational_agents/{version_id}/release \ --header 'Authorization: Bearer <token>' \ --header 'Operator-Version: <operator-version>'
{ "id": "<string>", "version_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The API version to use.
2025-06-19
Version-specific identifier for the agent instance, e.g. ca_8qm9JBCiTe7@v0
ca_8qm9JBCiTe7@v0
Successful response.
Response object for releasing a conversational agent.
Unique identifier for the released agent.
Version-specific identifier for this agent instance.