Getting started
Install Guardrail, start it, then connect a supported tool and set a budget. Free needs no email or activation; activate a code only for a trial or paid plan.
1. Install
The installer downloads the release for your platform, verifies its checksum, and puts the guardrail binary on your PATH.
curl -fsSL https://neatproxy.com/install.sh | bashmacOS and Linux run it natively. On Windows, run it inside WSL2 while a native build is in progress.
2. Activate a Pro trial or paid plan (optional)
Activation attaches your plan to this machine. Get a code from the get page— the page explains whether the code is shown inline or delivered by email, and the 7 day clock starts when you activate, not when you request it.
guardrail activate <code>On a Free plan you can skip straight past this; the local firewall, policies and dashboard work without an account.
3. Start the proxy
guardrail startThis runs the daemon in the background, bound to 127.0.0.1:4000, and serves the dashboard at localhost:4000. Use guardrail status to check on it and guardrail stop to shut it down.
4. Connect a tool
Connecting edits that tool’s own configuration file to point at Guardrail. It preserves the file’s permissions, and guardrail disconnect restores what was there before.
guardrail connect claude-code
guardrail connect codexStep by step for each: Claude Code and Codex.
5. Set a budget
Tracking alone changes nothing. Open protectionsin the dashboard and set a per-session spend cap — that is the point at which Guardrail starts refusing calls instead of only counting them. See budgets and policies.
Check your setup. guardrail doctorwalks the whole path — daemon, connected tools, config files, licence — and tells you what is wrong rather than failing quietly.
Useful commands
| Command | What it does |
|---|---|
guardrail status | Whether the daemon is running, and its health |
guardrail pause / resume | Stop and restart recording without disconnecting a tool |
guardrail sync on / off | Turn cloud sync on or off for this machine |
guardrail whoami | Which account this machine is activated under |
guardrail update | Update to the latest release |
guardrail doctor | Diagnose the whole setup end to end |
Documentation review: 2026-09-11. Integration mode matters; minimum binary versions are not specified for every guide. Run guardrail doctor to inspect your installation.
Website changes and known limitations