backend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NANGO_SECRET_KEY
secret
Nango secret key, used server-side to talk to Nango (dev environment key is fine). The backend also reads ../nango-integrations/.env, so if…
ANTHROPIC_API_KEY
secret
Optional — enables the in-app AI agent (chat over Nango's MCP server). Without it, the assistant falls back to scripted demo replies.…
ANTHROPIC_MODEL
secret
Optional — override the Claude model the agent uses (default: claude-opus-4-6).
brew install flyctl && fly launch --from https://github.com/nangohq/google-sheets-api-integration
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/nangohq/google-sheets-api-integration
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/nangohq/google-sheets-api-integration