What Can a Template Include?
A template consists of the following configurable components, and more:- Avatar for Teammate - Choose the visual identity your agent presents during live video conversations.
- System Prompt - Defines the agent’s role, tone, and knowledge scope. This is the core directive that shapes reasoning and personality.
- Knowledge Base Attachments - Bind knowledge sources such as documents, products, FAQs, or APIs.
- Agent Config - Fine-tune model behaviour, session limits, recording preferences, and other agent-level settings.
- Entry, Exit & Idle Timeout Messages - Set custom greetings, farewells, and responses to user inactivity.
- Behaviour & Safety Settings - Control boundaries, compliance rules, escalation, and conversation guardrails.
- Callback Events & Webhooks - Trigger external workflows or UI updates based on session lifecycle events.
Templates ensure that every agent deployed by your organisation shares consistent brand voice, intelligence grounding, and conversation workflow — whether you have 1 agent or thousands.
Create & Use a Template
Template creation and management can be performed using the API or visually through our Developer Platform.
1
Create a New Template
Create a conversational template using the API. This example shows a minimal configuration.
Replace
<api-key> with your actual API key generated from our Developer Portal.2
Create an Agent from the Template
Use the template ID returned above to spin up a fully configured agent instantly.
Replace
template_id with the actual template id returned in Step 1.Why Use Templates?
Faster Deployment
Clone-ready configurations let you launch new agents in seconds — no manual setup from scratch.
Consistency & Brand Control
Centralise personality, tone, and rules so every agent speaks with the same voice.
Scales to Any Size
Ideal for enterprise teams and multi-location rollouts — one template, thousands of agents.
Easy Experimentation
Modify a template and all agents built from it update instantly — no rebuilding required.
What’s Next?
Templates API Reference
Full API set for creating, updating, retrieving, and deleting templates.
Knowledge Base
Attach knowledge sources to your template so agents always have the right context.