apps/api/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in apps/api/.env.example)
NUM_WORKERS_PER_QUEUE
Required ENVS
PORT
HOST
REDIS_URL
secret
PLAYWRIGHT_MICROSERVICE_URL
USE_DB_AUTHENTICATION
To turn on DB authentication, you need to set up supabase.
SUPABASE_ANON_TOKEN
secret
Supabase Setup (used to support DB authentication, advanced logging, etc.)
SUPABASE_URL
SUPABASE_SERVICE_TOKEN
secret
TEST_API_KEY
secret
Other Optionals
RATE_LIMIT_TEST_API_KEY_SCRAPE
secret
RATE_LIMIT_TEST_API_KEY_CRAWL
secret
SCRAPING_BEE_API_KEY
secret
OPENAI_API_KEY
secret
BULL_AUTH_KEY
secret
LOGTAIL_KEY
secret
LLAMAPARSE_API_KEY
secret
SERPER_API_KEY
secret
SLACK_WEBHOOK_URL
POSTHOG_API_KEY
secret
brew install flyctl && fly launch --from https://github.com/betashepherd/firecrawl
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/betashepherd/firecrawl
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/betashepherd/firecrawl