GitDeployHub

jonchurch/deepsec

github.com/jonchurch/deepsec ↗
Node.js API
4 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/jonchurch/deepsec
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/jonchurch/deepsec
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/jonchurch/deepsec
Or deploy to a different host
← Try another repo