Skip to content

Commit 411061f

Browse files
Added directions for Success Packages (#1220)
1 parent 2e7e68f commit 411061f

56 files changed

Lines changed: 616 additions & 212 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fern/advanced/sip/sip.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Use the API base URL, private key, and SIP host from the same Vapi region. Do no
2424
| United States | `dashboard.vapi.ai` | `https://api.vapi.ai` | `sip.vapi.ai` |
2525
| European Union | `dashboard.eu.vapi.ai` | `https://api.eu.vapi.ai` | `sip.eu.vapi.ai` |
2626

27-
<Warning>
28-
Vapi's EU support and self-serve growth are frozen until 2027. Existing EU customers can continue using their accounts, but Vapi is not offering new add-ons and does not guarantee feature parity with the US region. New self-serve customers 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) about selective enterprise onboarding.
29-
</Warning>
27+
<Note>
28+
Vapi offers an EU region with EU dashboard, API, and SIP endpoints. For more information, see [EU region and data residency](/security-and-privacy/eu-region).
29+
</Note>
3030

3131
For existing EU organizations, create the SIP phone number against the EU API with an EU dashboard private key:
3232

fern/assistants/call-recording.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,7 @@ Use artifact data for comprehensive insights:
549549
</Accordion>
550550

551551
<Accordion title="How long are artifacts stored?">
552-
Retention periods vary by plan:
553-
- **Pay-As-You-Go:** Up to 30 days for chats and 14 days for calls
554-
- **Enterprise:** Configurable retention policies
552+
Retention periods vary by your plan. See [Pricing and Success Packages](/billing/pricing-and-success-packages#whats-included) for what each plan includes. To check your current plan, open **Billing & Payment** in the [Vapi Dashboard](https://dashboard.vapi.ai).
555553
</Accordion>
556554

557555
<Accordion title="How do artifacts work with squad transfers?">

fern/assistants/examples/inbound-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,5 +983,5 @@ Consider the reading the following guides to further enhance your assistant:
983983
* [**Squads**](/squads) - Learn how to compose multiple assistants and transfer seamlessly for complex use cases.
984984

985985
<Callout>
986-
Need help? Chat with the team on our [Discord](https://discord.com/invite/pUFNcf2WmH) or mention us on [X/Twitter](https://x.com/Vapi_AI).
986+
Need help? Ask other developers in the [Vapi Discord community](https://discord.gg/v5Ee6FhAZt) or mention us on [X/Twitter](https://x.com/Vapi_AI).
987987
</Callout>

fern/assistants/examples/multilingual-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,5 +1050,5 @@ Consider reading the following guides to further enhance your multilingual imple
10501050
* [**Function tools**](/tools/custom-tools) - Build advanced multilingual tools and integrations
10511051

10521052
<Callout>
1053-
Need help with multilingual implementation? Chat with the team on our [Discord](https://discord.com/invite/pUFNcf2WmH) or mention us on [X/Twitter](https://x.com/Vapi_AI).
1053+
Need help with multilingual implementation? Ask other developers in the [Vapi Discord community](https://discord.gg/v5Ee6FhAZt) or mention us on [X/Twitter](https://x.com/Vapi_AI).
10541054
</Callout>

fern/assistants/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ By default, when you create an assistant, the transcriber, model, and voice are
158158
<Step title="Create the phone number">
159159
Enter a three-digit US area code in **Area Code**, then select **Create**.
160160

161-
Your first free Vapi number does not require a payment method. To create additional free Vapi numbers, add a payment method. You can create up to five free Vapi numbers in total.
161+
Your free Vapi number does not require a payment method. You get one free Vapi number, and your Success Package may include more.
162162

163163
<Warning>
164164
Free Vapi phone numbers support US area codes only. For international use, import a number from another provider.

fern/assistants/structured-outputs-quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ Common validation patterns for reliable extraction:
927927

928928
## Get help
929929

930-
Need assistance? We're here to help:
930+
Need assistance? Try these resources:
931931
- [API Documentation](/api-reference)
932-
- [Discord Community](https://discord.gg/pUFNcf2WmH)
933-
- [Support](mailto:support@vapi.ai)
932+
- [Discord Community](https://discord.gg/v5Ee6FhAZt)
933+
- [Support](/support)
Lines changed: 76 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,107 @@
11
---
2-
title: "Manage pay-as-you-go billing and credits"
3-
subtitle: "Add a payment method, buy credits, configure auto reload, and download billing records"
4-
description: "Manage pay-as-you-go billing in the Vapi Dashboard: add a payment method, buy credits, configure auto reload, and download PDF statements and invoices. See Vapi pricing for rates."
2+
title: Manage billing and credits
3+
subtitle: Add a payment method, buy credits, set up auto-reload, and download billing records
4+
description: "Manage billing in the Vapi Dashboard: add a payment method, buy Vapi credits, configure auto-reload, and download statements and invoices."
55
slug: billing/manage-billing-and-credits
66
---
77

8-
This guide shows you how to set up billing for a pay-as-you-go subscription. By the end, you can fund the subscription and configure automatic credit purchases.
8+
<Note>
9+
If your Dashboard shows **Settings → Billing & Add-Ons** instead of **Billing & Payment**, see [Manage pay-as-you-go billing and credits](/billing/manage-pay-as-you-go-billing).
10+
</Note>
11+
12+
Vapi credits are prepaid funds in US dollars that cover usage-based charges. This guide shows you how to add a payment method, fund your usage, keep your balance funded automatically, and download billing records.
913

1014
## Prerequisites
1115

1216
- An **Admin** role in the organization.
1317

14-
## Steps
18+
## How credits work
1519

16-
<Steps>
17-
<Step title="Open the Billing page">
18-
Sign in to the [Vapi Dashboard](https://dashboard.vapi.ai), select the organization you want to fund, open **Settings**, then select **Billing & Add-Ons**.
20+
Credits cover usage-based costs:
1921

20-
<Frame>
21-
<img src="../static/images/billing/billing-navigation.jpg" alt="Billing & Add-Ons selected in the Dashboard Settings navigation" />
22-
</Frame>
23-
</Step>
22+
- The per-minute Vapi hosting fee draws down your balance as calls run.
23+
- Model, voice, transcriber, and telephony costs also draw down your balance.
24+
25+
The Dashboard shows how Success Package and add-on fees are charged before you confirm a purchase. If your credit balance reaches $0 and auto-reload is off, Vapi freezes the subscription. You cannot start new calls or other billable usage until you purchase more credits.
2426

25-
<Step title="Add a payment method">
26-
In **Payment method**, enter the billing email and card details. Select the checkmark beside each field to save it.
27+
## Add or update a payment method
2728

28-
To replace a saved card, select the pencil beside **Payment method**, enter the new card details, then select the checkmark.
29+
Your default card is used for credit purchases, auto-reload, and any recurring charges shown in the Dashboard. Add a card before you buy credits or turn on auto-reload.
2930

30-
<Frame caption="Billing email blurred for privacy.">
31-
<img src="../static/images/billing/billing-payment-method.jpg" alt="Full Payment method block with the billing email blurred, card field, and auto reload controls" />
32-
</Frame>
31+
<Steps>
32+
<Step title="Open the Billing page">
33+
Sign in to the [Vapi Dashboard](https://dashboard.vapi.ai), make sure the [correct organization](/billing/manage-organizations-and-capacity#switch-organizations) is selected, and open **Billing**.
34+
</Step>
35+
<Step title="Manage payment methods">
36+
Select **Manage payment** to open your saved cards. Add a new card, or select an existing card to set it as the default.
37+
</Step>
38+
<Step title="Save the card">
39+
Enter the card details and confirm.
3340
</Step>
41+
</Steps>
3442

35-
<Step title="Buy credits">
36-
At the top of the Billing page, select **Buy credits**. In **Purchase Vapi credits**, enter at least `$10` in **Amount to purchase**, then select **Purchase**.
43+
## Buy credits
3744

38-
Complete any verification requested by the card issuer. A successful purchase increases the credit balance and appears as **Finalized** in **Credit purchase history**.
45+
Buy credits to fund your organization's usage. Credits are added to the organization you have selected, so confirm you are on the [right organization](/billing/manage-organizations-and-capacity#switch-organizations) first.
3946

40-
<Frame caption="Current balance redacted for privacy.">
41-
<img src="../static/images/billing/billing-purchase-credits.jpg" alt="Purchase Vapi credits dialog with the amount to purchase field" />
42-
</Frame>
47+
<Steps>
48+
<Step title="Open Buy credits">
49+
On the **Billing** page, select **Buy credits**.
50+
</Step>
51+
<Step title="Choose an amount">
52+
Select a preset amount or enter a custom amount. A minimum purchase applies.
4353
</Step>
54+
<Step title="Confirm the purchase">
55+
If you have a saved card, confirm to charge it. If you do not, enter card details first. Complete any verification your card issuer requests.
56+
</Step>
57+
<Step title="Verify the balance">
58+
A successful purchase increases your credit balance and appears as **Finalized** in your purchase history.
59+
</Step>
60+
</Steps>
4461

45-
<Step title="Optional: Configure auto reload">
46-
In **Payment method**, turn on **Enable auto reload**. Enter at least `$10` in **Amount to reload**, then enter the balance that should trigger the purchase in **When threshold reaches**.
62+
## Set up auto-reload
4763

48-
Select **Save changes**, review the confirmation, then select **Confirm**. If the current balance is at or below the threshold, saving the plan charges the payment method immediately.
64+
Auto-reload keeps your organization funded so usage is not interrupted. When the credit balance reaches a threshold you set, Vapi automatically purchases the top-up amount you choose.
4965

50-
<Frame>
51-
<img src="../static/images/billing/billing-auto-reload.jpg" alt="Auto reload controls on the live Billing page" />
52-
</Frame>
66+
<Steps>
67+
<Step title="Open auto-reload settings">
68+
On the **Billing** page, open the auto-reload control.
5369
</Step>
54-
55-
<Step title="Verify the billing setup">
56-
Confirm that the page shows the saved payment method, updated credit balance, and auto reload settings. Check **Credit purchase history** for a **Finalized** payment.
70+
<Step title="Set the top-up and threshold">
71+
Turn on auto-reload, enter the amount to add each time, and enter the balance that should trigger a top-up.
72+
</Step>
73+
<Step title="Save">
74+
Save your changes and confirm. If your current balance is already at or below the threshold, saving charges your default card immediately.
5775
</Step>
5876
</Steps>
5977

60-
## Download billing records
78+
<Note>
79+
With auto-reload off, usage can be interrupted when credits run out. Turn on auto-reload to keep the balance funded.
80+
</Note>
6181

62-
Select **Download monthly statement** in **Credit purchase history** to create a statement for a selected month.
82+
## Download statements and invoices
6383

64-
To download an invoice for an eligible payment, select the payment, then select **Download invoice (PDF)**. Enter the requested invoice information and select **Confirm**.
84+
Download a statement or an invoice from your billing history for your records or accounting.
6585

66-
## Related
86+
<Steps>
87+
<Step title="Download a statement">
88+
Open the **Payments** view and select **Download latest statement**. To download a different period, choose the month first.
89+
</Step>
90+
<Step title="Download an invoice">
91+
Select an eligible payment, then select **Download invoice (PDF)** and enter the requested invoice details.
92+
</Step>
93+
</Steps>
6794

68-
<Card title="Vapi pricing" href="https://vapi.ai/pricing">
69-
See current credit and per-minute rates on the official pricing page.
70-
</Card>
95+
## Related
7196

72-
<Card title="Troubleshoot call errors" href="/calls/troubleshoot-call-errors">
73-
Resolve calls blocked by an insufficient credit balance or frozen subscription.
74-
</Card>
97+
<CardGroup cols={2}>
98+
<Card title="Pricing and Success Packages" icon="fa-light fa-tags" href="/billing/pricing-and-success-packages">
99+
Understand Usage only, optional Success Packages, and add-ons.
100+
</Card>
101+
<Card title="Manage Success Packages and add-ons" icon="fa-light fa-box" href="/billing/manage-packages-and-add-ons">
102+
Change your Success Package and buy capacity or compliance add-ons.
103+
</Card>
104+
<Card title="Vapi pricing" icon="fa-light fa-money-check-dollar" href="https://vapi.ai/pricing">
105+
See current credit and per-minute rates on the official pricing page.
106+
</Card>
107+
</CardGroup>
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: Manage organizations and capacity
3+
subtitle: Create organizations, understand shared capacity, and resolve capacity before a downgrade
4+
description: Learn how subscriptions provide organization capacity, how to create, move, and delete organizations, and what to resolve before reducing capacity.
5+
slug: billing/manage-organizations-and-capacity
6+
---
7+
8+
A subscription groups usage-based billing, an optional Success Package, add-ons, and one or more organizations. Usage only and each Success Package determine how many organizations the subscription can contain.
9+
10+
## Prerequisites
11+
12+
- An **Admin** role in the organization.
13+
14+
## Organization capacity
15+
16+
Organization capacity is the number of organizations that a subscription can contain. Usage only and each Success Package include an organization allowance. An organization add-on increases that allowance.
17+
18+
Creating another organization requires available capacity in the subscription.
19+
20+
## Create an organization
21+
22+
Create an organization to separate workspaces, teams, or environments under the same subscription.
23+
24+
<Steps>
25+
<Step title="Open Organizations">
26+
In the [Vapi Dashboard](https://dashboard.vapi.ai), open **Organizations**, then select **New organization**.
27+
</Step>
28+
<Step title="Enter the details">
29+
Enter a name and admin email, and choose the subscription the organization belongs to.
30+
</Step>
31+
<Step title="Create">
32+
Select **Create organization**.
33+
</Step>
34+
</Steps>
35+
36+
If no capacity remains, purchase an organization add-on or upgrade your Success Package before creating another organization. See [Buy capacity add-ons](/billing/manage-packages-and-add-ons#buy-capacity-add-ons).
37+
38+
## Switch organizations
39+
40+
Switch the active organization to work with its assistants, billing information, and settings.
41+
42+
<Steps>
43+
<Step title="Open the organization switcher">
44+
In the [Vapi Dashboard](https://dashboard.vapi.ai), select the current organization name to open the organization switcher.
45+
</Step>
46+
<Step title="Select an organization">
47+
Search for or select the organization you want. The Dashboard switches to that organization's context.
48+
</Step>
49+
</Steps>
50+
51+
## Shared entitlements
52+
53+
Some entitlements apply across the subscription instead of to each organization separately. For example, concurrent call lines are shared by all organizations in the subscription.
54+
55+
Other entitlements can apply to each organization. Check the Success Package summary or your Premier agreement to confirm how a specific entitlement is measured.
56+
57+
## Delete an organization
58+
59+
<Warning>
60+
Deleting an organization permanently removes its contents. Confirm that you no longer need its assistants, phone numbers, files, and other resources before deleting it.
61+
</Warning>
62+
63+
Delete an organization you no longer need, for example to free an organization slot before reducing capacity.
64+
65+
<Steps>
66+
<Step title="Open the organization">
67+
In **Organizations** or **Org settings**, open the organization's menu and select **Delete organization from subscription**.
68+
</Step>
69+
<Step title="Confirm the organization">
70+
Type the organization name to confirm.
71+
</Step>
72+
<Step title="Delete">
73+
Select **Delete** to remove the organization permanently.
74+
</Step>
75+
</Steps>
76+
77+
## Reduce capacity or downgrade
78+
79+
Reducing organization capacity does not remove organizations automatically. Delete enough organizations before reducing capacity below the number in use.
80+
81+
A Success Package downgrade can also reduce organization capacity and shared entitlements. Resolve any capacity conflict before confirming the downgrade. See [Downgrade or remove a Success Package](/billing/manage-packages-and-add-ons#downgrade-or-remove-a-success-package).
82+
83+
## Premier subscriptions
84+
85+
Premier organization capacity and related entitlements depend on the customer agreement. Contact your account team to change custom limits.
86+
87+
## Related
88+
89+
<CardGroup cols={2}>
90+
<Card title="Pricing and Success Packages" icon="fa-light fa-tags" href="/billing/pricing-and-success-packages">
91+
Compare Usage only, Core, Pro, and Premier.
92+
</Card>
93+
<Card title="Manage Success Packages and add-ons" icon="fa-light fa-box" href="/billing/manage-packages-and-add-ons">
94+
Change your Success Package and buy capacity or compliance add-ons.
95+
</Card>
96+
</CardGroup>

0 commit comments

Comments
 (0)