cURL
curl --request POST \ --url https://api.operator.xyz/procedural_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 procedural agent instance, e.g. pa_8qm9JBCiTe7@v0
pa_8qm9JBCiTe7@v0
Successful response.
Response object for releasing a procedural agent.
Unique identifier for the released procedural agent.
Version-specific identifier for this procedural agent instance.