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:

  1. Fill in your API keys above
  2. Click "Copy Environment Variables"
  3. Open your .env file in the project root
  4. Paste the copied content
  5. Restart your development server: pnpm dev