POST
/
v1
/
agents
/
{agent_id}
/
deploy
curl --request POST \
  --url https://api.callrounded.com/v1/agents/{agent_id}/deploy \
  --header 'X-Api-Key: <api-key>'
{
"message": "Agent deployed successfully",
"data": {
"version": 23
},
"error": null,
"status": 200
}

Authorizations

X-Api-Key
string
header
required

The API Key created in Rounded Studio.

Path Parameters

agent_id
string
required

Query Parameters

version
number

Specific version of the agent configuration to deploy. If not provided, deploys the latest draft configuration.

Examples:

1

23

43

Response

200
application/json

Successfully deployed agent

The response is of type object.