.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_AUTH_TOKEN
secret
Claude Agent SDK (default backend, --agent claude-agent-sdk)
ANTHROPIC_BASE_URL
secret
OPENAI_API_KEY
secret
OpenAI Codex SDK (--agent codex). Optional; the gateway accepts the Anthropic token at /v1/chat/completions too, so you can leave OPENAI_*…
OPENAI_BASE_URL
secret
brew install flyctl && fly launch --from https://github.com/jonchurch/deepsec
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/jonchurch/deepsec
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/jonchurch/deepsec