Publish a draft

View as Markdown
Publish a draft as a new versioned release. Optionally activate it immediately.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
The agent ID
draftIdstringRequired
The draft ID

Request

This endpoint expects an object.
labelstring or nullOptional<=200 characters
Label for the published version
descriptionstring or nullOptional<=2000 characters
Description of the published version
activatebooleanOptionalDefaults to false
Whether to immediately activate the version after publishing

Response

Draft published as a new version
statusboolean
dataobject
Represents either a draft revision or a published version of an agent's configuration.

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error