Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
What are you building?
AI Voice Agent
Vapi · Retell · LiveKit · ElevenLabs - ~5 min
SIP Trunk + Existing PBX
Asterisk · FreeSWITCH · Cisco - ~10 min
Programmable IVR / XML
Custom call flows + webhooks - ~5 min
WhatsApp Business
Templates · campaigns · webhooks - ~15 min
Core setup - 4 steps
Sign Up
Create your Vobiz account at the registration page. You’ll get ₹25 in free credit to explore the platform.

Dashboard Overview
After signing in, you land on the main dashboard. Your API credentials - Auth ID and Auth Token - are displayed here. You’ll need these in every API request.

Buy a Phone Number
Go to the DID section and purchase a number. Filter by region to find numbers in the country you need. The number is assigned to an inbound trunk in the next step.

Create SIP Trunks
Outbound trunk (for placing calls)
In the Trunks sidebar section, click Create under Outbound Trunks. Give it a name, set the domain, then create a credential (username + password) for your platform to authenticate with.

Inbound trunk (for receiving calls)
Under Inbound Trunks, link the phone number you purchased to a destination URI. This is the SIP address where Vobiz sends incoming calls - usually your AI platform’s SIP URI.

Create an XML Application
In the Voice section, create an XML Application and set a webhook URL. Vobiz calls this URL when a call arrives, and your server responds with XML instructions. Then assign your phone number to the application.Use the interactive XML Builder to generate the XML your webhook should return without writing it by hand.

After your first call
These sections help you monitor and debug - they’re not part of the initial setup.Voice Call Logs
Records for XML app & API calls
Recordings
Listen to and download call audio
SIP Call Logs
Low-level SIP signaling details
Transactions
Charges and credits on your account
What developers usually do next
Connect Vapi
Route SIP directly into a Vapi AI agent - 3 min
SIP Trunk API
Manage trunks programmatically via REST
Voice XML Reference
Build custom IVR flows with XML verbs
Understand SIP
How INVITE, RTP, and signaling actually work - 10 min read
Build it with an AI agent
If you have Cursor, Claude Code, or another MCP-aware AI tool connected tohttps://docs.vobiz.ai/mcp, click below and the agent will scaffold your first outbound call.
Place your first outbound call on Vobiz - generates curl + answer XML.