Create an AI voice agent
POST
/org/{tenant_code}/v2/ai/voice-agents
Platform support: MT and CC
Creates a new AI voice agent for the given tenant. If slug is not provided,
it is auto-generated from the agent name. Returns 409 if the slug already exists
for the tenant.
Request
Responses
- 201
- 400
- 401
- 409
- 500
Created
Bad Request
Unauthorized
Conflict — duplicate slug entry
Internal Server Error