.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
CANARY_DOMAIN
Required: the subdomain/hash before .canary.tools Example console URL: https://abc123.canary.tools
CANARY_AUTH_TOKEN
secret
Required: your Thinkst Canary global API auth token
CANARY_FLOCK_TOKEN
secret
Optional: flock-scoped API key. If set, takes priority over CANARY_AUTH_TOKEN for all Canary API calls in the web UI.
ANTHROPIC_API_KEY
secret
Required for canary-ui/server.py (the Flask web UI)
brew install flyctl && fly launch --from https://github.com/alloysecuregroup/canaryconsolemcp
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alloysecuregroup/canaryconsolemcp
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alloysecuregroup/canaryconsolemcp