VAPI Observability
Monitor and analyze your VAPI-based voice agents
Overview
Learn how to monitor, analyze, and optimize your VAPI-based voice agents using Vocera’s observability tools. This guide will walk you through setting up and configuring your VAPI integration.
Setting Up VAPI Integration
Server URL Configuration
To connect your application with VAPI, you’ll need to configure the Server URL. This URL is used for all communication between your application and VAPI, including context retrieval, function calls, and end-of-call reporting.
The Server URL should be set to your VAPI endpoint in the following format:
Assistant ID Setup
Each VAPI agent has a unique Assistant ID that identifies your specific implementation. You can find your Assistant ID in the VAPI dashboard:
API Key Configuration
For security purposes, you’ll need to set up an API key that will be included with each request to the VAPI server. This key is sent as a header X-VAPI-SECRET
with each request.
Getting Your API Key
To obtain your API key from the dashboard.vocera.ai platform:
- Navigate to the API Keys section in the left sidebar of your dashboard:
- In the API Keys modal, you can view and copy your private API key:
Keep this key secure and never share it publicly, as it provides access to your VAPI integration.