.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENAI_API_KEY
secret
COMPOSIO_API_KEY
secret
DATABASE_URL
secret
Database URL for PostgreSQL (optional uses in-memory storage if not set) Format: postgresql://user:password@host:port/dbname For local…
GMAIL_AUTH_CONFIG
GMAIL_TRIGGER_ID
GMAIL_USER_ID
brew install flyctl && fly launch --from https://github.com/composio-community/open-perplexity-email-assistant
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/composio-community/open-perplexity-email-assistant
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/composio-community/open-perplexity-email-assistant