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.
namestringRequired
Name of the simulation suite
model_idstringRequired
Agent model ID this suite is for. The suite can only run on this specific agent.
languagestringOptionalDefaults to en-US

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 or null
Whether the request was successful.
responseobject or null

Errors