Create a new simulation with the provided details.
Returns the simulation id and a status code.
API key required to authenticate requests.
Pydantic model for simulation request
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
Whether to run the simulation with sequential calling
Maximum number of concurrent calls in the simulation (max 500)
0 < x <= 500Whether 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'
minutes, seconds Ringing timeout in seconds for SIP trunks (default 300s)
Settings for digital humans in the simulation
Custom metric IDs to enable for this simulation
Score threshold below which a custom metric is considered failing (0-100)
0 <= x <= 100Score threshold at or above which a custom metric is considered passing (0-100)
0 <= x <= 100When true, simulation has always-on digital humans configured