Create a simulation suite
Create a new simulation suite attached to a specific agent. The suite can only be executed on the agent specified by model_id.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name of the simulation suite
model_id
Agent model ID this suite is for. The suite can only run on this specific agent.
language
Language locale for the persona agent and test cases (e.g., ‘en-US’, ‘es-ES’, ‘fr-FR’). Must be a valid locale code. Note that ‘multi’ is not allowed for simulation suites.
Response
200
status
Whether the request was successful.
response