Publish a draft
**Deprecated on the v2 branch model.** Migrate to `POST /agent/{id}/branches/{branchId}/draft/publish`. When `ENABLE_BRANCH_MODEL` is on, this endpoint returns `409 versioning_v2_migration_required` with the `Deprecation: true` header. See the [migration guide](/voice-agents/deprecations/agent-versioning-migration).
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
id
The agent ID.
draftId
The draft ID
Request
This endpoint expects an object.
label
Label for the published version
description
Description of the published version
activate
Whether to immediately activate the version after publishing
Response
Draft published as a new version
status
data
Represents either a draft revision or a published version of an agent's configuration.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error

