Deploy agent
agents
Deploy agent
Deploy a specific version or the latest draft configuration of an agent by setting it as the published configuration. This makes the specified configuration live and active for agent’s phone and web calls. The response includes headers about rate limiting.
POST
Deploy agent
Authorizations
The API Key created in Rounded Studio.
- You can create it by going to the "API Keys" settings of your profile.
- Need help? You can email us at team@callrounded.com or join our Discord community.
Path Parameters
The ID of the agent to deploy.
Query Parameters
The configuration version of the agent to deploy. If not provided, the latest draft version is deployed.
Response
Successfully deployed agent configuration version
The deployed agent basic data.
Response message indicating the result of the operation.
Example:
{
"details": [
{
"field": "email",
"message": "Invalid email format"
}
],
"message": "An error occurred while processing your request",
"status": 400,
"type": "generic_error"
}HTTP status code of the response.