Creating a Template
Navigate to Templates in the sidebar, then click New Template.Configuration Steps
The template creation form walks you through each component: 1. Select Agent Choose the voice or chat agent you want to test. Your agent connection settings (phone number, websocket URL, etc.) are preserved from your agent configuration. 2. Select Persona(s) Choose how the simulated user should behave. You can select multiple personas—each persona will create a separate run, letting you compare performance across different user types. 3. Select Test Set Pick the test cases that define the conversation scenarios. These determine what the simulated user will say and do during the evaluation. 4. Set Iterations Define how many times each test case runs. With 2 test cases and 3 iterations, you’ll get 6 total conversations. 5. Set Concurrency Control how many simulations run in parallel. Higher concurrency speeds up evaluation but may hit rate limits on your agent infrastructure. 6. Select Metrics Choose which metrics to evaluate. These can be built-in metrics (latency, interruptions) or custom metrics you’ve created. 7. Select Mutations (Optional) If you’ve set up agent mutations, select which variants to test. Each mutation creates a separate run comparing the base agent against the mutated version. 8. Save Template Click Create Template to save. Your template now appears in the templates list.Launching from a Template
From the Templates list:- Find your template and click Run Now
- Review the pre-filled configuration
- Click Launch Evaluation to start immediately
- Select Use Template
- Choose your saved template
- Customize any settings for this specific run
- Launch
Scheduling Recurring Evaluations
Templates can power scheduled, recurring evaluations—useful for continuous monitoring and regression detection.Creating a Scheduled Run
- From the Templates list, click Schedule on your template
- Configure the schedule:
- Name: Identify this scheduled job
- Frequency: Hourly, daily, or weekly
- Start/End dates: Optional window for the schedule
- Review the template configuration that will be used
- Click Create Schedule
Managing Schedules
View all scheduled runs in the Scheduled tab:- Active: Schedules currently running on their cadence
- Paused: Temporarily disabled schedules
- Completed: Schedules that reached their end date
Best Practices
Template Organization- Create templates for each major workflow you test regularly
- Name templates descriptively (e.g., “Disputes - Angry Customer Persona”)
- Use folders or naming conventions to group related templates
- Start with daily schedules for active development
- Use hourly only for high-traffic production monitoring
- Set end dates for temporary testing periods
- Create templates with mutations to validate prompt changes
- Compare base vs. mutated results before deploying changes

