Settings
API keys and integration setup
How to add API keys
Add keys to Vercel: go to your Vercel project → Settings → Environment Variables. Add each key there and redeploy. Keys are never exposed to the browser — they only run server-side.
For local development, add them to .env.local in the dashboard folder.
AI Brain
Anthropic (Claude)
requiredANTHROPIC_API_KEY
Signal Layer
Apify
requiredAPIFY_API_TOKEN
CRM
HubSpot
requiredHUBSPOT_ACCESS_TOKEN
Email Nurture
ConvertKit
optionalCONVERTKIT_API_KEY
Interakt
optionalINTERAKT_API_KEY
Booking
Calendly
optionalCALENDLY_API_KEY
Vercel Environment Variables
Once your app is deployed, add these in Vercel dashboard → Settings → Environment Variables:
ANTHROPIC_API_KEY=your_key_here
APIFY_API_TOKEN=your_key_here
APOLLO_API_KEY=your_key_here
HUNTER_API_KEY=your_key_here
HUBSPOT_ACCESS_TOKEN=your_key_here
CONVERTKIT_API_KEY=your_key_here
INTERAKT_API_KEY=your_key_here
CALENDLY_API_KEY=your_key_here
CASHFREE_APP_ID=your_key_here
CASHFREE_SECRET_KEY=your_key_here