Skip to main content
GET
List Web Agents

Headers

authorization
string
required
Your API key for authentication.

Response

agents
array
Each agent object, containing the following fields:
  • agent_id (string): The unique identifier for the agent.
  • webhook (string): The webhook URL for the agent.
  • dynamic_data (array): An array of dynamic data objects.
  • interruption_threshold (number): The threshold for agent interruption.
  • first_sentence (string): The first sentence the agent will say.
  • model (string): The model used by the agent.
  • voice_settings (object): The voice settings for the agent.
  • voice (string): The voice used by the agent.
  • prompt (string): The prompt for the agent.
  • temperature (number): The temperature setting for the agent.
  • max_duration (number): The maximum call duration for the agent.
  • language (string): The language used by the agent.
  • tools (array): An array of Custom Tools the agent can use.

Docs for agents: llms.txt