Create Simulation
Create a new simulation with the provided details.
Returns the simulation id and a status code.
Headers
API key required to authenticate requests.
Request body
ID of the agent to be used in the simulation
Name of the simulation
Description of the simulation
Optional default prompt UUID for this simulation
Optional default knowledge base UUID for this simulation
Maximum number of concurrent calls in the simulation (max 500)
Whether to hang up the call on transfer
Maximum duration of each call (default is 10). Units specified by max_call_duration_units
Units for max_call_duration: 'minutes' (default) or 'seconds'
Ringing timeout in seconds for SIP trunks (default 300s)
Custom metric IDs to enable for this simulation
Score threshold below which a custom metric is considered failing (0-100)
Score threshold at or above which a custom metric is considered passing (0-100)
Number of simulation runs to execute per digital human (defaults to 1 when omitted)
seconds to wait after a test completes before the next launches (0 = off)
seconds to wait for an agent reply before ending a text conversation (300-1800 = 5-30 min); defaults to 300 when unset
When true, simulation has always-on digital humans configured
Response
Successful Response
ID of the created simulation
Status of the response