Run simulation

Execute a simulation scenario against a specified mind.

Authentication

AuthorizationBearer

API key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)

Request

This endpoint expects an object.
scenarioobjectRequired
mindIdstringRequiredformat: "uuid"
conversationIdstringOptionalformat: "uuid"
Optional conversation ID to continue an existing conversation. If not provided, a new conversation will be created.
streambooleanOptional
Whether to stream the response. Defaults to false.
runInBackgroundbooleanOptional
Whether to run the simulation in the background. Defaults to false.

Response

Successful simulation
messagestring
Simulation response

Errors