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)

required

ANTHROPIC_API_KEY

Get key

Signal Layer

Apify

required

APIFY_API_TOKEN

Get key

Enrichment

Apollo.io

required

APOLLO_API_KEY

Get key

Hunter.io

optional

HUNTER_API_KEY

Get key

CRM

HubSpot

required

HUBSPOT_ACCESS_TOKEN

Get key

Email Nurture

ConvertKit

optional

CONVERTKIT_API_KEY

Get key

WhatsApp

Interakt

optional

INTERAKT_API_KEY

Get key

Booking

Calendly

optional

CALENDLY_API_KEY

Get key

Billing

Cashfree App ID

required

CASHFREE_APP_ID

Get key

Cashfree Secret Key

required

CASHFREE_SECRET_KEY

Get 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