- Simulation tests — automated conversations that verify your agent handles specific scenarios correctly. Author a test by describing what a caller will do and asserting how the agent should respond, then run it against Draft or Sandbox to catch regressions before they reach production.
- A/B tests — split live traffic between two versions and compare real-world performance before fully rolling out a change.
- Studio Assistant — generate simulation test scenarios from natural language. Describe a flow and Studio Assistant authors the test cases for you, keeping them in sync as your agent changes.
Create simulation tests
Author scenario-based tests with assertions and system actions.
Run and review
Execute tests, inspect results, and organize with test sets.
A/B testing
Split live traffic between two versions and pick a winner.
Automate with API
Gate deployments on test results from CI.

