Execute a simulation suite

Execute all test cases in a suite. The suite runs on the agent it was created for (determined by the suite’s model_id).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

suite_idstringRequired
Simulation suite ID.

Query parameters

target_agent_idstringRequired

Target agent ID. Must match the suite’s model_id.

max_turnsintegerOptional10-50Defaults to 20
Maximum number of turns per simulation.

Response

200
session_idstring or nullformat: "uuid"
suite_idstring or nullformat: "uuid"
suite_namestring or null
total_casesinteger or null
statusstring or null

Errors