docs
Install the CLI, run one setup command, then use your agent as usual.
Codag connects to the coding agents you already use and lowers what they spend reading large tool results. There is no wrapper command and no new workflow. Install, run one setup command, then go back to your agent.
The installer downloads a signed binary and verifies its checksum before it lands on your machine.
$curl -fsSL https://codag.ai/install.sh | sh
$codag setup
Setup does everything in one pass:
CODAG_API_KEY to a workspace API key instead.If any step fails, setup rolls your machine back to its previous configuration. Every change it makes is reversible with codag disable or codag uninstall.
Open Claude Code or Codex and work as usual. Restart any agent that was already running so it reloads its configuration. From then on Codag reduces large eligible tool results before your agent reads them and passes everything else through unchanged.
# connection and workspace state
codag status
# measured tokens avoided and estimated dollars saved
codag savings
# rerun the production health checks
codag doctor
Next: read what attach changes on the supported agents page, see every command in the CLI reference, or learn exactly what leaves your machine.