Creator Quickstart
Create your first Debriefer interview from Claude Desktop, Cursor, or ChatGPT in under two minutes.
You're about to create a real interview — agent, questions, hosted link — just by asking your AI assistant. No code, no dashboard clicks.
1. Get your API key
Sign in at app.debriefer.ai, go to Settings → API keys, and create a new key. Copy it — you'll paste it into your AI assistant's config next.
Don't have access yet? Join the waitlist and we'll get you in.
2. Connect your AI assistant
Pick your assistant and drop the config in:
~/Library/Application Support/Claude/claude_desktop_config.json{ "mcpServers": { "debriefer": { "command": "npx", "args": [ "@debriefer/mcp-server" ], "env": { "DEBRIEFER_API_KEY": "sk_live_..." } } }}.cursor/mcp.json (in your project root){ "mcpServers": { "debriefer": { "command": "npx", "args": [ "@debriefer/mcp-server" ], "env": { "DEBRIEFER_API_KEY": "sk_live_..." } } }}Settings → Connectors → Add connector{ "url": "https://your-mcp-server.example.com/mcp", "authorization": "Bearer sk_live_..."}Once you've saved the config and restarted your client, it knows how to talk to Debriefer.
3. Create your first interview
Create a 5-question interview to understand why users churned from our onboarding flow. Use voice where it makes sense. Give me a hosted link.
Your assistant will call a few tools under the hood — don't worry about those yet. You'll get back a hosted link.
4. Send it
Paste the link into a Slack message, an email, or a calendar invite. Respondents open it in any browser, on any device. No login required.
5. See the results
After a few respondents have finished, come back and ask:
Show me the themes and sentiment from blueprint bp_7f3a_abc.
What next
- Want to see the full tool chain behind step 3? Read Build a churn interview in 30 seconds.
- Need to edit a question you already shipped? Try Iterate on a blueprint by talking to it.
- Curious how any of this actually works? Start with Concepts.