Every agent, any model
Pick the agent per pane, from Claude Code and Codex to Gemini, OpenCode, Aider and Goose. ClawIDE detects which CLIs you have and shows the install command for the rest.
- Route an agent through OpenRouter, Requesty, LiteLLM, Vercel, Ollama, LM Studio or your own endpoint.
- Keys are injected into that pane’s tmux session only, never passed as arguments or written to logs.
- When an agent can’t use a gateway, the settings screen says why instead of silently misconfiguring it.
# Settings → Gateways → claude: OpenRouter
# set in this pane's tmux session, nowhere else
ANTHROPIC_BASE_URL=https://openrouter.ai/api
ANTHROPIC_AUTH_TOKEN=sk-or-v1-…c0de
ANTHROPIC_API_KEY=



