.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DATABASE_URL
secret
Database
CLAUDE_CODE_OAUTH_TOKEN
secret
AI Assistants Claude Choose one:
CODEX_ID_TOKEN
secret
Codex Authentication (get from ~/.codex/auth.json after running 'codex login') Required if using Codex as AI assistant On Linux/Mac: cat…
CODEX_ACCESS_TOKEN
secret
CODEX_REFRESH_TOKEN
secret
CODEX_ACCOUNT_ID
DEFAULT_AI_ASSISTANT
Default AI Assistant (claude | codex) Used for new conversations when no codebase specified
GH_TOKEN
secret
GitHub Token (for GitHub CLI and commands)
GITHUB_TOKEN
secret
WEBHOOK_SECRET
secret
GitHub Webhooks
TELEGRAM_BOT_TOKEN
secret
Platforms
TELEGRAM_STREAMING_MODE
Platform Streaming Mode (stream | batch)
GITHUB_STREAMING_MODE
WORKSPACE_PATH
Optional
PORT
MAX_CONCURRENT_CONVERSATIONS
Concurrency
brew install flyctl && fly launch --from https://github.com/coleam00/remote-agentic-coding-system
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/coleam00/remote-agentic-coding-system
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/coleam00/remote-agentic-coding-system