Creates a new agent within the specified organization with the given configuration, including extensions and call event hooks.
Documentation Index
Fetch the complete documentation index at: https://docs.deepslate.eu/llms.txt
Use this file to discover all available pages before exploring further.
ID of the Vendor (UUID)
ID of the Organization (UUID)
Agent creation data
Data required to create a new Agent
Name of the agent.
"Sales Bot Alpha"
Map defining user-specific value types the agent can handle.
{
"customer_name": "STRING",
"product_interest": "STRING",
"order_id": "NUMBER"
}Template for the system prompt used by the agent's underlying LLM.
"You are a helpful sales assistant for ACME Corp. Your goal is to qualify leads."
ID of the telephone number assigned to this agent (UUID).
"11223344-5566-7788-9900-aabbccddeeff"
ID of the LLM Audio Content Generation Strategy used by the agent (UUID).
"abcdef01-2345-6789-abcd-ef0123456789"
List of LLM extensions configured for this agent.
List of Call Event Hooks configured for this agent.
Agent successfully created
Standard API response wrapper