Prompt Cookbook
Copy-paste prompts for everything the MCP can do. Just type them in your editor’s chat.
No commands to memorize. Just ask in plain English — the AI picks the right tool.
Agents
List and inspect agents
Create an agent
Update an agent's prompt
Update agent settings
Archive and restore agents
Duplicate an agent
Versioned agents (drafts)
When an agent has versioning enabled, config changes create a draft that you publish explicitly:
AI responds: “Config saved as draft. Want me to publish it?”
Stack multiple changes into one draft
Edit tools accept a draft_id, so a prompt rewrite, a pre-call API and a full set of API-call tools can land in a single draft and go live with one publish:
The AI stacks each edit onto the same draft and publishes once. Publishing waits for the automatic prompt security check, then activates the version and reports whether it’s live.
Manage drafts
Version history and rollback
Test a specific version
Making Calls
These trigger real phone calls. The agent will call the number and follow its configured prompt.
Basic outbound call
Call with variables
Call with a specific caller ID
Then:
Check call status
Testing Prompts (Text Chat)
chat_with_agent talks to a published agent in text — no audio, no phone — over the realtime chat WebSocket. It’s the fastest way to exercise a prompt and read back exactly what the agent says, and it’s the basis for an automated build → test → refine loop. (For an unpublished draft, start one with test_draft in chat mode.)
Run a quick text conversation
Returns the full transcript — the greeting, your turns, and the agent’s replies.
Chat with variables
Test → refine loop
The editor chains chat_with_agent → reviews the transcript → update_agent_prompt → re-runs — an automated prompt-tuning loop, with no test phone calls.
Debugging Calls
Call IDs look like CALL-1234567890-abc123. You can find them in call list responses or in the console.
Full call debug
Returns everything: transcript, errors, latency metrics, cost breakdown, post-call analytics, variables, and agent config at time of call.
Specific questions about a call
Browsing Call History
Recent calls
Filter by status
Filter by type
Filter by phone number or campaign
Text-to-Speech
Generate speech
Choose a voice first
Then:
Speech-to-Text
Transcribe a file
The AI will ask what language the audio is in before transcribing.
Transcribe from a URL
With extra features
Analytics
Dashboard overview
Usage and costs
Call volume and trends
Agent performance
Timing and capacity
Phone number analytics
Duration and retries
Organization
Invite team members
Audiences
Browse audiences
Manage audience members
Delete an audience
Campaigns
Starting a campaign triggers real phone calls to every contact in the audience.
Browse campaigns
Create and run a campaign
Export campaign results
Delete a campaign
Phone Numbers
Phone numbers
Billing & Payments
Check balance and usage
Plans and features
Invoices and payment methods
Billing alerts
Auto-reload
Coupons
Chaining Actions
You can combine multiple steps in a single prompt — the AI executes them in sequence:
This will:
- Create the agent
- Update its prompt
- Change the voice
- Make the call
All in one go.

