Publish the current draft
Agents
Publish agent version
Promote the draft in this agent’s group to a published version. Fails with
409 if no draft exists.
POST
Publish the current draft
Authorizations
Workspace API key issued from the web app. Pass as
Authorization: Bearer YOUR_API_KEY.
Path Parameters
UUID of the agent.
Response
Newly published version.
A single version in an agent group's history.
Agent ID of this version. Use this id with /agents/{agent_id} endpoints to address this specific version.
Lifecycle status of an agent version.
draft— work-in-progress, not yet runnable for end userspublished— live, runnablearchived— superseded by a newer version
Available options:
draft, published, archived