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.
Allowed values:
success_criteria
Success criteria evaluated for the case.
call_success_type
Success logic for the case.
Allowed values:
base_agent_id
Agent ID to base the generated case on.
Response
200
status
Whether the request was successful.
response