Overview
Organization Admins configure voice telephony in Organization Settings → Voice: phone providers (Twilio or SIP Trunking), SIP domains and ingress regions, and org-wide visibility into numbers and voice agents. After a provider is configured, app builders build a voice agent and add a phone number in each app.Prerequisites
- Organization Admin access
- For Twilio: a Twilio account with Account ID and Auth Token (you provision and pay for telephony on your Twilio account)
- For SIP Trunking: credentials from your SIP trunk provider and access to configure a callback URL on that provider
Choose a phone provider
Both paths use the same agent and phone service setup in your apps, including outbound Initiate Call automations. Voice usage also incurs model/LLM cost for the conversation, separate from telephony.
Add a phone provider
You must configure a phone provider before you can provision numbers or assign a provider to a phone service.- Go to Organization Settings → Voice.
- Open the Phone Providers tab.
- Click + Add Phone Provider.
- In the Add Phone Provider dialog, select a Type and complete the fields for that provider:
- Twilio
- SIP Trunking
- Type: Twilio
- Name: A display name for this provider
- Account ID: Your Twilio Account ID
- Auth Token: Your Twilio Auth Token
- Click Save.
Multi-Region SIP Domains
For SIP Trunking, Organization Admins can provision multiple SIP domains and select the ingress region closest to their SIP infrastructure. A nearer region lowers latency for voice calls and helps with global telephony deployments.- On the Phone Providers tab, open or add a SIP domain configuration.
- Select the ingress region closest to your SIP infrastructure. Region options and setup instructions appear in the UI alongside the SIP domain fields.
- Save your changes.
Organization voice management
The Voice page has three tabs for org-wide management:- Phone Numbers
- Phone Providers
- Voice Agents
View, add, and edit every provisioned number across the organization. Each number shows its provider, type, gateway, and language at a glance, and the list is searchable and sortable.
Next steps
Agent Phone Integration
Build the voice agent, add a phone number in the app, and configure caller access.
Deploy apps between environments
Phone numbers are environment-specific and do not transfer with a deployment.