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
Copy file name to clipboardExpand all lines: fern/advanced/sip/sip.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,11 @@ Use the API base URL, private key, and SIP host from the same Vapi region. Do no
17
17
| United States |`dashboard.vapi.ai`|`https://api.vapi.ai`|`sip.vapi.ai`|
18
18
| European Union |`dashboard.eu.vapi.ai`|`https://api.eu.vapi.ai`|`sip.eu.vapi.ai`|
19
19
20
-
For EU organizations, create the SIP phone number against the EU API with an EU dashboard private key:
20
+
<Warning>
21
+
Vapi's EU region is at capacity. Vapi does not accept new EU organizations or offer new add-ons for existing EU organizations. New users should [create an account in the US region](https://dashboard.vapi.ai/register). If you require Vapi-hosted EU data residency, [contact Sales](https://vapi.ai/sales).
22
+
</Warning>
23
+
24
+
For existing EU organizations, create the SIP phone number against the EU API with an EU dashboard private key:
21
25
22
26
```bash
23
27
curl -X POST https://api.eu.vapi.ai/phone-number \
Copy file name to clipboardExpand all lines: fern/calls/call-concurrency.mdx
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Call concurrency represents how many Vapi calls can be active at the same time.
12
12
**In this guide, you'll learn to:**
13
13
- Understand the default concurrency allocation and when it is usually sufficient
14
14
- Keep outbound and inbound workloads within plan limits
15
-
- Increase reserved capacity directly from the Vapi Dashboard
15
+
- Increase reserved capacity directly from the Vapi Dashboard where add-ons are available
16
16
- Inspect concurrency data through API responses and analytics queries
17
17
18
18
## What is concurrency?
@@ -28,7 +28,7 @@ Every Vapi account includes **10 concurrent call slots** by default. When all sl
28
28
</Card>
29
29
</CardGroup>
30
30
31
-
These limits ensure the underlying compute stays reliable for every customer. Higher concurrency requires reserving additional capacity, which Vapi provides through custom or add-on plans.
31
+
These limits ensure the underlying compute stays reliable for every customer. Higher concurrency requires reserving additional capacity, which Vapi provides through custom or add-on plans where capacity is available.
32
32
33
33
## Managing concurrency
34
34
@@ -41,15 +41,19 @@ Batch long lead lists into smaller chunks (for example, 50–100 numbers) and ru
41
41
If you regularly exceed **50,000 minutes per month**, talk with Vapi about:
42
42
43
43
-**Custom plans** that include higher baked-in concurrency
44
-
-**Add-on bundles** that let you purchase extra call lines only when you need them
44
+
-**Add-on bundles in the US region** that let you purchase extra call lines only when you need them
45
45
46
46
<Tip>
47
47
Use billing reports to pair minute usage with concurrency spikes so you can upgrade before calls are blocked.
48
48
</Tip>
49
49
50
50
## Increase your concurrency limit
51
51
52
-
You can raise or reserve more call lines without contacting support:
52
+
<Warning>
53
+
Vapi's EU region is at capacity. Vapi does not accept new EU organizations or offer new add-ons for existing EU organizations. New users should [create an account in the US region](https://dashboard.vapi.ai/register). If you require Vapi-hosted EU data residency, [contact Sales](https://vapi.ai/sales).
54
+
</Warning>
55
+
56
+
In the US region, you can raise or reserve more call lines without contacting support:
53
57
54
58
1. Open the [Vapi Dashboard](https://dashboard.vapi.ai/settings/billing).
Copy file name to clipboardExpand all lines: fern/security-and-privacy/data-flow.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,10 @@ Even with maximum custom configuration, certain data passes through Vapi's orche
380
380
</Accordion>
381
381
382
382
<Accordiontitle="Data residency compliance">
383
+
<Warning>
384
+
Vapi's EU region is at capacity. Vapi does not accept new EU organizations or offer new add-ons for existing EU organizations. New users should [create an account in the US region](https://dashboard.vapi.ai/register). If you require Vapi-hosted EU data residency, [contact Sales](https://vapi.ai/sales).
385
+
</Warning>
386
+
383
387
- Use **custom bucket storage** in your required region
384
388
- Use **custom LLM** hosted in-region OR provider with regional endpoints
0 commit comments