Skip to content
Agentic Control Plane

Documentation

The Agentic Control Plane governs what your AI agents do. Agents act by making tool calls; ACP sits in the path and makes every one identity-checked, policy-enforced, priced, and audited — across every client and framework you run.

There are two ways in: put ACP in front of an agent you run (a hook, a wrapper, or the proxy), or run agents through the API and let ACP orchestrate and govern the whole loop. Pick where to start below.

New to ACP? Start from your own stack on Ways to set up ACP — one section per situation (Claude Code, Codex, Hermes, LangGraph/CrewAI, direct API, existing gateway), each ending with the coverage you'll have. Or run the five-minute quickstart, or just point the installer at your coding agent:

curl -sf https://agenticcontrolplane.com/install.sh | bash