Providers & bring-your-own-key
Route a turn through a subscription CLI, a direct API key, or a keyless smoke provider. deadreckon owns the boundary, not the intelligence.
deadreckon does not ship a model. It supervises whichever one you already pay for. Each turn asks a router, which follows a configured fallback chain and can reach three kinds of provider.
- Subscription CLIs run on the plan you already pay for, with
no API key needed.
cli:claude-code,cli:codex,cli:gemini,cli:copilot,cli:opencode, andcli:pi. The CLI runs inside deadreckon's sandbox, so its own permission bypass is still scoped by the outer box. - Direct API routes run on your own key:
anthropic,openai, or anyopenai-compatibleendpoint such as OpenRouter or a local model. - Keyless smoke (
--smoke) fakes only the model. The worktree, sandbox, snapshots, and gate are all real, so you can prove the whole harness for free.
Already have history elsewhere? deadreckon import reads your
claude-code, codex, gemini, opencode, copilot, pi, and cursor sessions into
inspectable runs, strictly read-only; it never writes back to those tools.
source