.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 .env.example)
LLM_PROVIDER
Provider used for LLM calls. Common values: anthropic, openai, openrouter, deepseek, gemini, nvidia, minimax, bedrock, ollama, codex,…
CODEX_MODEL
Codex CLI works for `opensre investigate` after `codex login`. Leave CODEX_MODEL empty to use the CLI's currently configured model.
CODEX_BIN
CLAUDE_CODE_MODEL
Claude Code CLI works for `opensre investigate` after `claude login` or setting ANTHROPIC_API_KEY. Install: npm i -g…
CLAUDE_CODE_BIN
GEMINI_CLI_MODEL
Gemini CLI works for `opensre investigate` after `gemini` auth setup. Install: npm i -g @google/gemini-cli Leave GEMINI_CLI_MODEL empty to…
GEMINI_CLI_BIN
ANTIGRAVITY_CLI_MODEL
Antigravity CLI (agy) works for `opensre investigate` after running `agy` (browser OAuth on first run; token cached by OS keyring).…
ANTIGRAVITY_CLI_BIN
OPENCODE_MODEL
OpenCode CLI works for `opensre investigate` after `opencode auth login`. Leave OPENCODE_MODEL empty to use the CLI's currently configured…
OPENCODE_BIN
CURSOR_MODEL
Cursor Agent CLI Leave CURSOR_MODEL empty to use the CLI's currently configured model.
CURSOR_BIN
KIMI_MODEL
Kimi Code CLI works for `opensre investigate` after `kimi login`. Leave KIMI_MODEL empty to use the CLI's currently configured model.
KIMI_BIN
KIMI_API_KEY
secret
COPILOT_MODEL
GitHub Copilot CLI works for `opensre investigate` after running `copilot` and authenticating with the interactive `/login` slash command.…
COPILOT_BIN
GROK_CLI_MODEL
xAI Grok Build CLI works for `opensre investigate` after `grok login`, or set XAI_API_KEY for headless/CI use. Install: curl -fsSL…
GROK_CLI_BIN
brew install flyctl && fly launch --from https://github.com/enyst/opensre
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/enyst/opensre
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/enyst/opensre