GitDeployHub

composio-community/general-purpose-agent-quickstart

github.com/composio-community/general-purpose-agent-quickstart ↗
Next.js
11 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • AUTH_SECRET secret generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
  • AI_GATEWAY_API_KEY secret required for non-vercel deployments, vercel uses OIDC automatically https://vercel.com/ai-gateway
  • BLOB_READ_WRITE_TOKEN secret https://vercel.com/docs/vercel-blob
  • POSTGRES_URL secret https://vercel.com/docs/postgres
  • REDIS_URL secret https://vercel.com/docs/redis
  • COMPOSIO_API_KEY secret https://docs.composio.dev
  • SUPERMEMORY_API_KEY secret https://console.supermemory.ai
  • TELEGRAM_BOT_TOKEN secret Telegram Bot (https://t.me/BotFather)
  • TELEGRAM_BOT_USERNAME secret
  • TELEGRAM_WEBHOOK_SECRET secret Any random string — set as secret when registering webhook
  • CRON_SECRET secret Vercel Cron — generate with: openssl rand -base64 32
Or deploy to a different host
← Try another repo