Prerequisites
An API key — get one at waterr.ai/settings?tab=api-keys. Send it on every request:membership_id or org_id.
Step 1: Pick a starter scenario
GET /scenarios returns every scenario in your workspace, including the two that were auto-created for you.
default_kind field — it identifies the auto-seeded ones:
Grab the
id of whichever you want to try — say, the Plus One scenario.
Step 2: Create a meeting
Pass thescenario_id from step 1 and a participant name. That’s it.
daily_meeting_url your participant can join right away:
meeting_url in a browser — or embed the room with the Daily.co SDK.
Complete example (JavaScript)
After the meeting ends
Hit a single endpoint —GET /meetings/{id} — and you get summary, transcript, goal scores, strengths, and growth areas. See Post-Meeting Data.
Build your own scenario
When you’re ready to go past the starters, you have two options.Option A: Generate one with AI
Describe what you want in plain language. The AI generates a persona, prompt, and goals for you.scenario_id you can drop straight into Step 2. You can also attach a file (resume, JD, etc.) via -F '[email protected]'.
Option B: Build it by hand
Create a persona, then a scenario that references it. This is the full-control path.Next steps
Post-Meeting Data
Fetch summary, transcript, and goal scores in one call.
Session Lifecycle
What happens between create and ended.
Prompting Guide
Write prompts that produce natural conversations.
Webhooks
Get notified when sessions complete.

