Skip to content
Agentic Control Plane
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. 1.
    Governance for Claude Code in 60 seconds
    One command installs a governance hook on every Claude Code tool call. Bash, Read, Write, Edit, WebFetch — logged, policy-enforced, dashboard-visible.
  2. 2.
    Governing the Anthropic Agent SDK
    Anthropic'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. 3.
    Governed LangGraph in 3 Minutes
    Wrap 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. 4.
    Governed CrewAI in 3 Minutes
    Wrap 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. 5.
    Governed Cursor in 3 Minutes
    Cursor 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. 6.
    Governed Codex CLI in 3 Minutes
    OpenAI 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. 7.
    Governed OpenAI Agents SDK in 3 Minutes
    OpenAI 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.