The debugger for AI agents.
Capture every run. Inspect every decision. Pause and inject live. Fork from any step. Diff the trajectories. Meterbility turns agent runs into a queryable, replayable, forkable corpus.
$npm install -g @meterbility/cliWorks with · Claude Code, Codex CLI, Cursor, Anthropic + OpenAI proxies, TypeScript & Python SDKs
Browser DevTools, mapped onto agents.
You already know how to debug a web page. Meterbility gives your agents the same panels — all shipping today.
- ElementsContext ViewerThe fully resolved context for any step — system prompt, history, tool schemas — at
/contexts/:id. - SourcesStep Inspector
meter inspectwalks every decision;meter forkbranches a new trajectory from any step. - NetworkI/O InspectorDecision blobs, tool results, and files changed — including Bash side-effects other tools can't see.
- PerformanceCost TimelinePer-step and per-run cost, token, and latency timelines. Know exactly where the money went.
- ConsoleLive ProbePause a running agent, inject a message, resume —
meter probeor the web panel. - gitTrajectory Diff
meter diffcompares two runs step-by-step and pinpoints exactly where behavior diverged.
Full-fidelity capture. Local-first storage.
Everything runs on your machine: SQLite plus content-addressed blobs. Add Postgres when you need multi-machine sync.
Capture every surface
Claude Code JSONL hooks, Codex CLI & Desktop, Cursor composer, and Anthropic/OpenAI proxies via
meter proxy.Bash side-effect capture
What tool-call inspection can't see —
sed,mv, build scripts — lands as file-change rows via hooks or the FileSentinel.Fork & replay
Deterministic prefix replay with a live suffix. Continue with
--continue simulate|livefor multi-step what-ifs.Regression suite
Promote a good run to a canonical, add assertions, and catch behavioral drift with
meter test.SDKs for custom agents
@meterbility/agentfor TypeScript andmeterbility-agentfor Python (stdlib-only). One-line Anthropic tracing.Sensitive-path redaction
Edits to
.env, keys, and credential stores record the fact of the change — path, op, size — never the contents.
Open core. Start free, scale when your team does.
The full single-operator product is MIT-licensed, forever. Paid tiers add multi-tenant fleet orchestration and the hosted cloud.
Open Source
MIT license
$0
free forever, run it anywhere
- All capture surfaces (Claude Code, Codex, Cursor, proxies)
- Terminal + web inspector, Live Probe
- Fork, replay, diff, regression suite
- TypeScript & Python SDKs
- Local SQLite + optional Postgres sync
- 1,290+ tests, zero copyleft deps
Team
Elastic License 2.0 (ee/)
Early access
join the design-partner program
- Everything in Open Source
- Multi-tenant fleet orchestration
- SSO & role-based access control
- Audit logs
- Long-retention storage modules
- Direct line to the maintainers
Enterprise
Commercial · hosted cloud
Custom
tailored to your fleet
- Everything in Team
- Hosted cloud — zero-ops backend
- Compliance & procurement support
- SLAs & priority support
- Custom capture adapters
- Shape the roadmap with us
Get on the list.
The Team and Enterprise tiers are in early access. Tell us about your fleet and we'll reach out to set you up as a design partner.
Built in the open.
MIT-licensed core, permissive dependencies only, and a fresh-laptop test script that proves the install path on every CI run.