AGENTHQ · CONTROL SURFACE

HQ puts you in the driver's seat.

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.

Pairs with Decibel ToolsSelf-hostOpen source · MIT
projects/gatherful/inbox
LIVE · 6 AGENTS
AgentStatusLast actionQueue
architect
Memory · ADRs
running
Wrote ADR-0142: switch from Redis to LiteFS
OPEN
sentinel
Project health
review
Closed 4 issues — needs your sign-off
REVIEW
drafter
Marketing copy
running
Drafting Q3 launch sequence (3 of 7)
OPEN
builder
Engineering
running
Shipped pricing-v2 to staging · 14 tests pass
OPEN
guardian
Security · Audit
idle
Last scan 2h ago — clean
RUN
oracle
Recommendations
blocked
Waiting on credentials for `gatherful-prod`
UNBLOCK
6 agents · 1 inboxPREVIEW
message HQ

Why teams move to HQ

Standup, every morning.

Oracle next-actions, sentinel issues, friction signals — everything that needs your call, gathered in one place.

Triage, one keystroke.

Each issue has investigate / backburner / fixed verbs. Decisions land in the project's `.decibel/` ledger.

33 facades, already wired.

architect, sentinel, oracle, guardian, friction, voice, agentic — Decibel Tools comes pre-installed. Configure on day one. Upgrade and add skills as you go.

002 — THE PROBLEM

More agents, more chaos.
That’s the default.

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/everyone, in one place
6 AGENTS · 1 INBOX
drafter
Q3 launch · email 3 of 7
awaiting review
builder
gatherful · pricing-v2 to staging
running
oracle
decibel-tools · roadmap recompile
done · 4h ago
sentinel
closing 4 stale issues
needs you
guardian
security scan · 12 deps
done · clean
33 facades wired252 tools available1 inbox
003 — WHAT HQ IS

Bring your agents.
Run your projects.

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.

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 inbox for what needs your call

Sentinel issues, friction signals, agentic queue, registry drift — surfaced together in one inbox.

An approval trail, written to disk

Every approval and graduation logged to .decibel/provenance/. Append-only YAML. The agents leave a paper trail by default.

004 — DECIBEL TOOLS

Project context, built in.
Every agent can work from baseline.

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.

architect

system design
TOOL

Drops architectural decisions into .decibel/architect/adrs/. Compiles oversight from policies. Every choice gets a paper trail before the code changes.

CALLSarchitect.createAdr(decision)

sentinel

codebase health
TOOL

Scans for god scripts, rule sprawl, deep nesting, hardcoded values. Tracks issues, epics, and ADRs across the project. Quietly catches what code review misses.

CALLSsentinel.scan_codebase(path)

oracle

strategy & roadmap
TOOL

Reads the org's signal density across friction logs, sentinel issues, and provenance events. Turns "what should we do next" into a ranked list.

CALLSoracle.next_actions(project)

guardian

security & audit
TOOL

Scans for exposed creds, env drift, insecure HTTP, weak headers, dependency CVEs. Reports findings; you decide what to gate. No silent magic.

CALLSguardian.scan_secrets(path)
005 — HOW TO SETUP

Three steps to HQ.

Decibel Tools first, your agent next, HQ on top. Runs on your machine — no SaaS, no key, no waitlist.

  1. Install Decibel Tools.

    33 MCP facades, 252 tools, pre-wired. One command from npm. Lands in your project under .decibel/.

    command
    npx decibel-tools-mcp init
  2. Wire your agent.

    Claude Code, Cursor, Codex — anything that speaks MCP. Drop the snippet into your agent's MCP config and reload.

    snippet
    // .mcp.json "decibel-tools": { "command": "decibel-tools" }
  3. Open HQ on your project.

    Clone decibel-hq, point it at your project root, run dev. Your agents show up in one inbox.

    command
    git clone github.com/decibelsystems/decibel-hq cd decibel-hq && npm run dev
Self-host · Open source · MIT