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.
scenario
mindId
conversationId
Optional conversation ID to continue an existing conversation. If not provided, a new conversation will be created.
stream
Whether to stream the response. Defaults to false.
runInBackground
Whether to run the simulation in the background. Defaults to false.
Response
Successful simulation
message
Simulation response
