You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subtitle: Import a new or existing number from Twilio
3
+
subtitle: Import a new or existing number from Twilio using API Keys
4
4
slug: phone-numbers/import-twilio
5
5
---
6
6
7
7
## Overview
8
8
9
-
As you scale your agents, you may want to use other telephony providers, like Twilio. In this guide, you'll learn how to add a new or existing Twilio number to Vapi.
9
+
As you scale your agents, you may want to use other telephony providers, like Twilio. In this guide, you'll learn how to add a new or existing Twilio number to Vapi using a Twilio API Key (recommended) instead of an Auth Token. Restricted API Keys are supported and preferred for least‑privilege access.
10
10
11
11
## Prerequisites
12
12
@@ -15,35 +15,63 @@ As you scale your agents, you may want to use other telephony providers, like Tw
15
15
## Get started
16
16
17
17
<Steps>
18
-
<Steptitle="Buy a Phone Number via Twilio (if needed)">
18
+
<Steptitle="Buy a phone number in Twilio (if needed)">
19
19
If you don't have a Twilio number, purchase one in your Twilio console's "Buy a number" section.
20
20
<Framecaption="The Twilio 'Buy a Number' page in the Twilio console.">
<Tip>If you previously imported numbers using an Auth Token, you can continue doing so. However, using a Restricted API Key is recommended for better security and tighter scope.</Tip>
0 commit comments