AgenciesAdd "AI receptionist / caller" as a high-ticket service.
Local businessesNever miss a call — book even after hours.
Indie buildersShip a working voice agent this weekend.
CreatorsPackage & resell your own voice-agent products.
Preview -- actual content inside
A sample from the call scripts library and agent config -- this is what you get.
Call Script: Appointment Booking (Inbound)
Greeting:
"Hi {{business.name}}! Thanks for calling.
I can help you book an appointment."
Collect Info:
Agent: "What day works best for you?"
User: "Thursday afternoon?"
Agent: "Got it. What time -- 2pm or 3pm?"
User: "2pm works."
Agent: "Confirming Thursday at 2pm for
{{service.name}}. Should I book it?"
On Confirm:
POST /api/calendar/book
{ "date": "{{date}}", "slot": "14:00",
"customer": "{{user.phone}}" }
"All set! You're booked for Thursday at 2pm.
You'll get a text reminder 1 hour before.
Anything else I can help with?"
Vapi Config Snippet:
{
"assistant": {
"model": { "provider": "openai",
"model": "gpt-4o-mini" },
"voice": { "provider": "elevenlabs",
"voiceId": "sarah" },
"firstMessage": "Hi! Thanks for calling
{{business.name}}. How can I help?",
"endCallFunctionEnabled": true,
"serverUrl": "https://your-domain.com
/api/vapi-webhook"
}
}
+ 11 more scripts, 10 agent templates, and the full monetization playbook.
Built by operators who ship AI voice + automation in production.