v2

latestOpenAPI 3.1.02026-08-05100545344.4 KB

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.

post/simulation_suites

Headers

Authorizationstring required

Bearer authentication

Request body

namestring required

Name of the simulation suite

model_idstring required

Agent model ID this suite is for. The suite can only run on this specific agent.

languagestring

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

statusstring

Whether the request was successful.