Quick-start series
Governance in Three Minutes
Per-framework quick-start guides. Each post: one install command, one decorator (or one base-URL change), working in under five minutes. Identity, policy, audit, and rate limits on every tool call — without changing how your team builds.
Posts in this series
Pick the framework you’re using; each guide stands alone.
-
1.
Governance for Claude Code in 60 secondsOne command installs a governance hook on every Claude Code tool call. Bash, Read, Write, Edit, WebFetch — logged, policy-enforced, dashboard-visible.
-
2.
Governing the Anthropic Agent SDKAnthropic's Agent SDK makes multi-skill agents easy to ship. Route them through ACP so every skill, tool call, and sub-agent hop is scoped and auditable.
-
3.
Governed LangGraph in 3 MinutesWrap your LangGraph tools with @governed and bind the user JWT — every tool call across every node is audited, identity-attributed, and policy-checked. Three minutes from `pip install` to running governed.
-
4.
Governed CrewAI in 3 MinutesWrap CrewAI tools with @governed, bind the user JWT, and call install_crew_hooks(crew) to audit inter-agent handoffs. Every tool call and every delegation, identity-attributed and policy-checked.
-
5.
Governed Cursor in 3 MinutesCursor writes a lot of AI-assisted code, with zero visibility into what its agents did. Route Cursor through ACP so every MCP tool call is audited.
-
6.
Governed Codex CLI in 3 MinutesOpenAI Codex CLI's auto-approve mode keeps ACP's governance hook firing in unattended runs. 60-second install, what it buys you that Claude Code doesn't.
-
7.
Governed OpenAI Agents SDK in 3 MinutesOpenAI Agents SDK is built for multi-agent systems. Point the client at ACP's proxy — every LLM and tool call is audited and policy-checked in four lines.