What problem does it solve?
Users cannot access Vapi's voice AI platform or make API calls without a valid API key, and manual setup often leads to authentication errors, wasted time, and insecure credential storage.
Core Features & Use Cases
- Guided API Key Retrieval: Walks users through creating and copying a new Vapi API key from the official Vapi dashboard.
- Automatic Key Validation: Tests the provided key against the Vapi API endpoint to confirm it is active and functional.
- Secure Credential Storage: Automatically saves the valid key to a .env file and updates .gitignore to prevent accidental exposure in version control.
- Use Case: If you are building a voice AI agent with Vapi and receive 401 Unauthorized errors, use this skill to quickly obtain a valid key, verify it works, and store it securely so you can resume development.
Quick Start
Use the setup-api-key skill to walk me through getting and configuring my Vapi API key.