POST
/
conversational_agents
/
{version_id}
/
release
Release a conversational agent
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Operator-Version
enum<string>
required

The API version to use.

Available options:
2025-06-19

Path Parameters

version_id
string
required

Version-specific identifier for the agent instance, e.g. ca_8qm9JBCiTe7@v0

Response

200
application/json

Successful response.

Response object for releasing a conversational agent.