Use case · Coding Agents

Govern coding agents on developer machines

Claude Code, Cursor, and Codex work with real repos and systems — give them brokered, revocable access instead of raw keys.

The problem

Coding agents read repos, call APIs, and ship changes — powered by whatever credentials live on the laptop.

01

Raw keys pasted from ~/.env and dotfiles

02

No inventory of agents or what they reach

03

Production touched from personal machines

04

No switch to flip when something goes wrong

How a laptop agent gets brokered

Enable
You switch the agent on

Claude Code, Cursor, and Codex are enabled per organization — nothing connects uninvited.

Sign in
The developer authenticates

An OAuth sign-in ties the session to a real person — a device code flow covers headless machines.

Broker
Calls come through Fabriq

Provider credentials stay in the vault and inject server-side at call time; none of them touch the laptop.

Revoke
Cut it off at the org

Switch the agent off for the organization and no laptop can establish a session again — the broker’s automatic reconnect is refused with it.

See it

💻 DEVELOPER LAPTOP
Claude Code raw keys · unattributed
🔑 ~/.envghp_live…
⚙ .mcp.json3 direct endpoints
◉ sessioninvisible
AGENTIC FABRIQ
MCP broker · session auth · audit
GitHub
prod API
Slack

Capabilities

What you get

01
Admins enable each coding agent.
Claude Code, Cursor, and Codex are switched on per org — an agent nobody enabled cannot open a session.
02
A broker instead of raw keys.
Copy-paste config; provider credentials stay in the vault and are injected server-side at call time.
03
Sessions visible live.
Every active broker session shows in the console, attributed to the developer who started it.
04
A kill switch at the org, not the keyring.
Switch the coding agent off and no laptop can establish a session again — nothing to rotate, nothing to chase down.
05
Bounded by the developer’s own access.
The agent works through that person’s connections, so it can’t reach a system they haven’t connected themselves.
06
Every call on the same audit trail.
Developer, agent, tool, verdict, timestamp — the same ledger as the rest of the fleet.

The payoff

The agent on the laptop is still your agent — broker it, watch it, revoke it.

Questions

Common questions

Related solutions