Python
Agents
Create agent
Creates a new SuperU voice agent.
POST
Python
Authorizations
Your SuperU API key.
Body
application/json
Request body for Create agent.
Agent Create Request schema.
Agent type
Available options:
inbound, outbound Example:
"outbound"
Internal agent name
Example:
"Demo Assistant"
Company name
Example:
"SuperU"
Assistant display name
Example:
"Ava"
First message spoken by the assistant
Example:
"Hi, thanks for taking the call."
Voice ID
Example:
"90ipbRoKi4CpHXvKVtl0"
Voice provider
Example:
"11labs"
System prompt template.
Variable syntax:
- Use {{ variable_name }}
- Spaces inside braces are required (e.g., {{ name }})
- Keep them same when passing the variables in the Create Call request
Example:
"You are a helpful assistant."
Industry template
Example:
"Blank Template"
Use case template
Example:
"Blank Template"
Form model value.
Example:
{ "key": "value" }Assistant data value.
Example:
{ "key": "value" }List of knowledge base UUIDs (kb_uuid) to attach to the agent.
Example:
["kb_abc123"]Tools value.
Example:
["tool_01HXR9259WDZ2X3ZZKQ7HDG4C2"]Call forwarding value.
Example:
{ "key": "value" }
