Deploy an agent configuration version with the specified parameters. The response includes headers about rate limiting.
The API Key created in Rounded Studio.
The ID of the agent to deploy.
The configuration version of the agent to deploy. If not provided, the latest draft version is deployed.
Successfully deployed agent configuration version
The deployed agent basic data.
Response message indicating the result of the operation.
{
"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.