Settings
Configure your API keys and application settings
๐ค Vapi Configuration
Found in your Vapi dashboard under API Keys. This is used for server-side operations.
Used for client-side operations (optional for this MVP).
Your default AI assistant for outbound calls. Create one in your Vapi dashboard.
Your outbound phone number. Purchase one in your Vapi dashboard.
๐๏ธ Supabase Configuration
๐ Environment Variables Setup
After configuring your settings above, copy the environment variables to your .env file:
Steps to configure:
- Fill in your API keys above
- Click "Copy Environment Variables"
- Open your
.envfile in the project root - Paste the copied content
- Restart your development server:
pnpm dev