A roster of who's doing what
See peers running, scheduled triggers, agentic queue items. Pause one, kick off another. The shape of your agentic team, in one view.
One surface for the agents running your projects. Watch what they're doing, see what they posted for review, jump in when they're stuck.
AgentHQ is in private beta — sign up to join the waitlist, or sign in if you've been invited.
Oracle next-actions, sentinel issues, friction signals — everything that needs your call, gathered in one place.
Each issue has investigate / backburner / fixed verbs. Decisions land in the project's `.decibel/` ledger.
architect, sentinel, oracle, guardian, friction, voice, agentic — Decibel Tools comes pre-installed. Configure on day one. Upgrade and add skills as you go.
You opened a Claude Code window. Then another. Then twenty. By Monday morning you can’t remember what any of them were doing, which one you trust, or how much they spent over the weekend. One generalist chat per task scales to one person, badly.
HQ is the human-side of agentic work. It’s the surface where the agents live and the place where you stay in charge of them.
See peers running, scheduled triggers, agentic queue items. Pause one, kick off another. The shape of your agentic team, in one view.
Sentinel issues, friction signals, agentic queue, registry drift — surfaced together in one inbox.
Every approval and graduation logged to .decibel/provenance/. Append-only YAML. The agents leave a paper trail by default.
Decibel Tools give your agents awareness of your project — architecture decisions, codebase health, what shipped, what's broken, where the friction is. Without them, every agent starts cold. With them, agents know the code, the history, and the call stack of decisions. 33 MCP facades, 252 tools, all wired today.
Drops architectural decisions into .decibel/architect/adrs/. Compiles oversight from policies. Every choice gets a paper trail before the code changes.
architect.createAdr(decision)Scans for god scripts, rule sprawl, deep nesting, hardcoded values. Tracks issues, epics, and ADRs across the project. Quietly catches what code review misses.
sentinel.scan_codebase(path)Reads the org's signal density across friction logs, sentinel issues, and provenance events. Turns "what should we do next" into a ranked list.
oracle.next_actions(project)Scans for exposed creds, env drift, insecure HTTP, weak headers, dependency CVEs. Reports findings; you decide what to gate. No silent magic.
guardian.scan_secrets(path)Decibel Tools first, your agent next, HQ on top. Runs on your machine — no SaaS, no key, no waitlist.
33 MCP facades, 252 tools, pre-wired. One command from npm. Lands in your project under .decibel/.
npx decibel-tools-mcp initClaude Code, Cursor, Codex — anything that speaks MCP. Drop the snippet into your agent's MCP config and reload.
// .mcp.json
"decibel-tools": {
"command": "decibel-tools"
}Clone decibel-hq, point it at your project root, run dev. Your agents show up in one inbox.
git clone github.com/decibelsystems/decibel-hq
cd decibel-hq && npm run dev