Loading...
Loading...
Guide users through obtaining and configuring a Vapi API key. Use when the user needs to set up Vapi, when API calls fail due to missing keys, or when the user mentions needing access to Vapi's voice AI platform.
npx skill4agent add vapiai/skills setup-api-keyTo set up Vapi, open the API keys page in the Vapi Dashboard: https://dashboard.vapi.ai/org/api-keys(Need an account? Create one at https://dashboard.vapi.ai/signup first)If you don't have an API key yet:
- Click "Create Key"
- Name your key (e.g., "development")
- Copy the key immediately — it is only shown once
Paste your API key here when ready.
curl -s -o /dev/null -w "%{http_code}" https://api.vapi.ai/assistant \
-H "Authorization: Bearer <the-api-key>".envVAPI_API_KEY=<the-api-key>Your Vapi API key is configured and stored inas.env.VAPI_API_KEYYou can now use Vapi's API to create assistants, make calls, and build voice AI agents.Keep this key safe — do not commit it to version control.
.gitignore.env.envVAPI_API_KEYhttps://api.vapi.aiAuthorization: Bearer $VAPI_API_KEYvapi-docssearchDocs.mcp.json.cursor/mcp.json.vscode/mcp.jsonclaude mcp add vapi-docs -- npx -y mcp-remote https://docs.vapi.ai/_mcp/server