Create a simulation case
Create a new simulation case for a workspace.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name of the simulation case.
prompt
Prompt used during the simulation case.
type
Simulation case type.
success_criteria
Success criteria evaluated for the case.
call_success_type
Success logic for the case.
suite_id
ID of the simulation suite to add this case to. Required for v2 simulation suites.
base_agent_id
Agent ID to base the generated case on.
Response
200
status
Whether the request was successful.
response
Errors
400
Bad Request Error
422
Unprocessable Entity Error