Skip to main content
POST
/
scenarios
{
  "name": "Customer Support Training",
  "ai_instructions": "You are a frustrated customer who received a defective product...",
  "is_public": true
}
{
  "id": "scenario_xyz789",
  "name": "Customer Support Training",
  "ai_instructions": "You are a frustrated customer...",
  "is_public": true,
  "is_recording": true,
  "created_at": "2024-01-15T10:30:00Z"
}
name
string
required
Scenario name
ai_instructions
string
required
Instructions for the AI agent behavior
description
string
Internal description (for your team)
is_public
boolean
default:"false"
Allow access without authentication
is_recording
boolean
default:"true"
Record audio for analysis
{
  "name": "Customer Support Training",
  "ai_instructions": "You are a frustrated customer who received a defective product...",
  "is_public": true
}
{
  "id": "scenario_xyz789",
  "name": "Customer Support Training",
  "ai_instructions": "You are a frustrated customer...",
  "is_public": true,
  "is_recording": true,
  "created_at": "2024-01-15T10:30:00Z"
}