Publish a version
Make this version the agent’s live version. Publishing a draft freezes it first; publishing an already-published version re-activates it — the same call handles shipping, switching, and rolling back.
Authorizations
Access token from POST /management/v1/auth/token (publishable-key exchange) or a login session. Publishable-key tokens are agent-scoped and serve the messaging surface; login tokens also serve management.
Path Parameters
^[0-9a-fA-F]{24}$^[0-9a-fA-F]{24}$Response
Successful Response
Returns the now-live (published) version.
publish is the single verb that makes a version the agent's live one:
it freezes a draft first, or just re-activates an already-published version
(roll back / switch).
Version id
^[0-9a-fA-F]{24}$Owning agent id
^[0-9a-fA-F]{24}$Canonical tag, e.g. 'v3.2'
draft, published, archived Lineage: cloned from
^[0-9a-fA-F]{24}$Counts of the entities configured in a version.