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? Run the five-minute quickstart — key → create an agent → run it → read it back from the audit log. Or just point the installer at your coding agent:

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