Learn how to monitor, analyze, and optimize your VAPI-based voice agents using Cekura’s observability tools. This guide will walk you through setting up and configuring your VAPI integration.
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:
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.