Agents

Manage voice agents

List agents

get

Retrieve a list of all agents for the authenticated user

Authorizations
X-API-KeystringRequired

API key for authentication

Query parameters
pageintegerOptional

Page number

Default: 1
limitinteger · max: 100Optional

Items per page

Default: 50
statusstring · enumOptional

Filter by status

Possible values:
Responses
get
/agents

Create agent

post

Create a new agent

Authorizations
X-API-KeystringRequired

API key for authentication

Body
namestringRequired

Agent name

descriptionstringOptional

Agent description

statusstring · enumOptionalDefault: ACTIVEPossible values:
Responses
chevron-right
201

Agent created successfully

application/json
post
/agents

Get agent

get

Retrieve a specific agent by ID

Authorizations
X-API-KeystringRequired

API key for authentication

Path parameters
idstringRequired

Agent ID

Responses
get
/agents/{id}

Update agent

put

Update an existing agent

Authorizations
X-API-KeystringRequired

API key for authentication

Path parameters
idstringRequired

Agent ID

Body
namestringOptional
descriptionstringOptional
statusstring · enumOptionalPossible values:
Responses
put
/agents/{id}

Delete agent

delete

Delete an agent

Authorizations
X-API-KeystringRequired

API key for authentication

Path parameters
idstringRequired

Agent ID

Responses
delete
/agents/{id}

Last updated