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.
Log and Control Every Claude Code Tool Call in 60 SecondsOne command puts a hook on every Claude Code tool call. Bash, Read, Write, Edit, WebFetch — logged, checked against your allow/deny rules, visible in a dashboard.
-
2.
Allow, Deny, and Audit Every Tool Call in the Anthropic Agent SDKAnthropic's Agent SDK makes multi-skill agents easy to ship — and trusts them completely. How to scope permissions and get an audit trail on every skill, tool call, and sub-agent hop.
-
3.
Add Per-User Permissions and Audit to LangGraph in 3 MinutesWrap your LangGraph tools with one decorator and bind the user's JWT — every tool call across every node is permission-checked, identity-attributed, and logged. Three minutes from `pip install` to running.