ACP docs
The concepts, patterns, and APIs behind the Agentic Control Plane. Start with the governance model — then pick the install guide for your client or framework.
Core concepts
Learn the model once.
These apply to every client and every framework. Understand these and every integration guide reads as a two-step variation on the same pattern.
The governance model
/govern/tool-use, decisions, fail-open, session IDs, JWT binding.Policies & scopes
Workspace tool policies, agent tiers, user overrides, most-restrictive-wins.
Agent identity
How end-user JWTs flow through the LLM and get verified on every call.
Agent-to-agent governance
Delegation chains, scope narrowing at each hop, root-identity preservation.
Three-axis governance
Identity · policy · observability — the three axes every call touches.
Reference architecture
Deep dive into GatewayStack — ACP’s reference implementation.
Install guides
Pick your surface.
Every install guide is a short starter: one command, one decorator (or one base-URL change), working in under 5 minutes.
Five-minute quickstart
One curl. Detects your AI client, installs the hook, and opens a browser to provision a workspace.
curl -sf https://agenticcontrolplane.com/install.sh | bash