Skip to main content
POST
Create a new Voice AI agent under your organization with customized voice synthesis, LLM parameters, system instructions, and real-time tool bindings.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

The following parameters are accepted in the request body.
string
required
Bearer token for authentication. Format: Bearer <token>.
string
required
Descriptive name of the voice agent (e.g. Inbound Support Specialist).
string
default:"prompt"
Architecture pattern of the agent:
  • prompt: Autonomous LLM-driven voice agent.
  • static: Deterministic rule-based decision bot.
string
Operational timezone for calendar and campaign calculations (e.g. America/New_York, UTC).
object
Detailed runtime configurations and tool integrations:

Response Fields

string
Generated unique UUID identifier for the created agent.
string
Agent display name.
string
UUID of the owning organization.
string
Configured agent type (prompt or static).
string
Initial operational status (active or inactive).
string
Timestamp of creation in ISO 8601 format.


Previous
List agents
Retrieve all Voice AI agents for organization
Next