Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/assistants/examples/appointment-scheduling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,6 @@ Use the Google Calendar integration for availability and booking, or your own AP
## Next steps

- **Tools**: [Google Calendar](/tools/google-calendar), [Custom Tools](/tools/custom-tools)
- **Structured outputs**: [Extract structured data](/assistants/structured-outputs)
- **Structured outputs**: [Extract structured data](/assistants/structured-outputs-quickstart)
- **Multichannel**: [Web integration](/quickstart/web)

2 changes: 1 addition & 1 deletion fern/customization/custom-voices/elevenlabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This guide outlines the procedure for integrating your cloned voice with ElevenL
Go to the 'Profile + Keys' section on the ElevenLabs website to get your API key.
</Step>
<Step title="Enter your API key in Vapi">
Navigate to the [Vapi Provider Key section](https://dashboard.vapi.ai/keys) and input your ElevenLabs API key under the ElevenLabs section.
Navigate to the [Vapi Integrations section](https://dashboard.vapi.ai/settings/integrations) and input your ElevenLabs API key under the ElevenLabs section.

Once you click save, your voice library will sync automatically.
</Step>
Expand Down
2 changes: 1 addition & 1 deletion fern/customization/custom-voices/playht.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An API subscription is required for this process.
Go to the [API Access section](https://play.ht/studio/api-access) on PlayHT to get your User ID and Secret Key.
</Step>
<Step title="Enter your API keys in Vapi">
Navigate to the [Vapi Provider Key section](https://dashboard.vapi.ai/keys) and add your PlayHT API keys under the PlayHT section.
Navigate to the [Vapi Integrations section](https://dashboard.vapi.ai/settings/integrations) and add your PlayHT API keys under the PlayHT section.
</Step>
<Step title="Sync your cloned voice">
From the [Voice Library](https://dashboard.vapi.ai/voice-library) in Vapi, select PlayHT as your voice provider and click on "Sync with PlayHT."
Expand Down
2 changes: 1 addition & 1 deletion fern/customization/custom-voices/tavus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An API subscription is required for this process. These steps are only needed fo
Go to the [API Keys section](https://platform.tavus.io/api-keys) on Tavus to get your API key.
</Step>
<Step title="Enter your API key in Vapi">
Navigate to the [Vapi Provider Key section](https://dashboard.vapi.ai/keys) and add your Tavus API key under the Tavus section.
Navigate to the [Vapi Integrations section](https://dashboard.vapi.ai/settings/integrations) and add your Tavus API key under the Tavus section.
</Step>
<Step title="Add your custom replica ID">
After adding your API key, select Tavus as your assistant's voice provider and add your Custom Replica ID manually through the dashboard. Alternatively, use the API and specify the replica ID in the `voiceId` field.
Expand Down
2 changes: 1 addition & 1 deletion fern/customization/provider-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: customization/provider-keys

Have a custom model or voice with one of the providers? Or an enterprise account with volume pricing?

No problem! You can bring your own API keys to Vapi. You can add them in the [Dashboard](https://dashboard.vapi.ai) under the **Provider Keys** tab. Once your API key is validated, you won't be charged when using that provider through Vapi. Instead, you'll be charged directly by the provider.
No problem! You can bring your own API keys to Vapi. You can add them in the [Dashboard](https://dashboard.vapi.ai) under the **Integrations** tab. Once your API key is validated, you won't be charged when using that provider through Vapi. Instead, you'll be charged directly by the provider.

## Transcription Providers

Expand Down
2 changes: 1 addition & 1 deletion fern/providers/observability/langfuse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can obtain these by signing up for [Langfuse Cloud](https://cloud.langfuse.c

<Step title="Add Langfuse Credentials">

Log in to your Vapi dashboard and navigate to the [Provider Credentials page](https://dashboard.vapi.ai/keys).
Log in to your Vapi dashboard and navigate to the [Integrations page](https://dashboard.vapi.ai/settings/integrations).

Under the **Observability Providers** section, you'll find an option for **Langfuse**. Enter your Langfuse credentials:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
Before we proceed, we can set our [provider key](/customization/provider-keys) for OpenAI (this is just your OpenAI secret key).

<Note>
You can see all of your provider keys in the "Provider Keys" dashboard tab. You can also go
directly to [dashboard.vapi.ai/keys](https://dashboard.vapi.ai/keys).
You can see all of your provider keys in the "Integrations" dashboard tab. You can also go
directly to [dashboard.vapi.ai/settings/integrations](https://dashboard.vapi.ai/settings/integrations).
</Note>

Vapi uses [provider keys](/customization/provider-keys) you provide to communicate with LLM, TTS, & STT vendors on your behalf. It is most ideal that we set keys for the vendors we intend to use ahead of time.
Expand Down
2 changes: 1 addition & 1 deletion fern/tools/google-calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Before you can use the Google Calendar integration, you need to:
First, you need to connect your Google Calendar account to Vapi:

1. Navigate to the Vapi Dashboard
2. Go to **Providers Keys** > **Tools Provider** > **Google Calendar**
2. Go to **Integrations** > **Tools Provider** > **Google Calendar**
3. Click the **Connect** button
4. A Google authorization popup will appear
5. Follow the prompts to authorize Vapi to access your Google Calendar
Expand Down
Loading