These APIs have now been deprecated but you can still continue to use & access them.

Endpoints

POST /agent
GET /agent
PUT /agent/:agent_id
PATCH /agent/:agent_id
GET /agent/all

Agent Object Attributes

agent_config

  • agent_name string (required)
    Name of the agent

  • agent_welcome_message string (required)
    Initial agent welcome message. you can pass dynamic values here using variables encloed within {}

  • webhook_url string (required)
    Get real-time details of the call progress and call data on a webhook. All supported events are listed in Poll call data using webhooks

  • tasks array (required)
    Definitions and configuration for the agentic tasks

agent_prompts

Prompts to be provided to the agent.