diff --git a/fern/assistants/examples/appointment-scheduling.mdx b/fern/assistants/examples/appointment-scheduling.mdx index 8fd5c654..c4a43346 100644 --- a/fern/assistants/examples/appointment-scheduling.mdx +++ b/fern/assistants/examples/appointment-scheduling.mdx @@ -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) diff --git a/fern/customization/custom-voices/elevenlabs.mdx b/fern/customization/custom-voices/elevenlabs.mdx index 0c5c78e1..664e5e99 100644 --- a/fern/customization/custom-voices/elevenlabs.mdx +++ b/fern/customization/custom-voices/elevenlabs.mdx @@ -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. - 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. diff --git a/fern/customization/custom-voices/playht.mdx b/fern/customization/custom-voices/playht.mdx index 62f6f57d..2dd2ba3d 100644 --- a/fern/customization/custom-voices/playht.mdx +++ b/fern/customization/custom-voices/playht.mdx @@ -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. - 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. From the [Voice Library](https://dashboard.vapi.ai/voice-library) in Vapi, select PlayHT as your voice provider and click on "Sync with PlayHT." diff --git a/fern/customization/custom-voices/tavus.mdx b/fern/customization/custom-voices/tavus.mdx index 8911fbf1..66650551 100644 --- a/fern/customization/custom-voices/tavus.mdx +++ b/fern/customization/custom-voices/tavus.mdx @@ -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. - 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. 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. diff --git a/fern/customization/provider-keys.mdx b/fern/customization/provider-keys.mdx index 7ca102ef..4c98084a 100644 --- a/fern/customization/provider-keys.mdx +++ b/fern/customization/provider-keys.mdx @@ -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 diff --git a/fern/providers/observability/langfuse.mdx b/fern/providers/observability/langfuse.mdx index 82979ac6..3da481d1 100644 --- a/fern/providers/observability/langfuse.mdx +++ b/fern/providers/observability/langfuse.mdx @@ -42,7 +42,7 @@ You can obtain these by signing up for [Langfuse Cloud](https://cloud.langfuse.c -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: diff --git a/fern/snippets/quickstart/dashboard/assistant-setup-inbound.mdx b/fern/snippets/quickstart/dashboard/assistant-setup-inbound.mdx index 81018e2e..1b73615d 100644 --- a/fern/snippets/quickstart/dashboard/assistant-setup-inbound.mdx +++ b/fern/snippets/quickstart/dashboard/assistant-setup-inbound.mdx @@ -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). - 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). 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. diff --git a/fern/tools/google-calendar.mdx b/fern/tools/google-calendar.mdx index e0806fe2..fba2cb11 100644 --- a/fern/tools/google-calendar.mdx +++ b/fern/tools/google-calendar.mdx @@ -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