Endpoints

BOTS

Create and manage AI communication agents.

GET/api/v1/bots

List all bots for your tenant

POST/api/v1/bots

Create a new bot

Request Body

namestring (required)
typewhatsapp | inbound_call | outbound_call | ivr | whatsapp_voice
system_promptstring
configobject (optional)
GET/api/v1/bots/:id

Get bot details

PUT/api/v1/bots/:id

Update bot configuration

Request Body

namestring
system_promptstring
configobject
POST/api/v1/bots/:id/toggle

Enable or disable a bot

DELETE/api/v1/bots/:id

Delete a bot permanently

Was this page helpful?