Skip to main content
POST
Deploy agent

Authorizations

X-Api-Key
string
header
required

The API Key created in Rounded Studio.

Path Parameters

agent_id
string<uuid>
required

The ID of the agent to deploy.

Query Parameters

version
integer | null

The configuration version of the agent to deploy. If not provided, the latest draft version is deployed.

Response

Successfully deployed agent configuration version

data
AgentDeployApiResponseData · object
required

The deployed agent basic data.

message
string
default:Agent deployed successfully

Response message indicating the result of the operation.

error
ApiResponseError · object | null
Example:
status
integer
default:200

HTTP status code of the response.