Agent Control Protocol: Admission Control for Agent Actions
Description
Agent Control Protocol (ACP) v1.15 is a formal governance specification for autonomous AI agents operating in institutional environments. ACP defines cryptographically verifiable structures for agent identity, capability declaration, execution logging, policy enforcement, cross-organization coordination, and reputation portability.
The v1.15 specification comprises 36 technical documents organized across five compliance levels (L1–L5), 73 signed conformance test vectors (22 positive / 51 negative) covering all major fault scenarios, and an OpenAPI 3.1.0 specification with 17 HTTP endpoints across 10 groups — including endpoints for conformance reporting, policy context snapshots, and reputation snapshot portability.
This release introduces a complete multi-organization interoperability demo (examples/multi-org-demo/) in which Org-A issues a signed execution request and Org-B validates it through the full ACP pipeline: VerifySig → VerifyCaptureFreshness → Validate → VerifySig → CheckDivergence → ACCEPT/DENY. The demo demonstrates ACP's institutional sovereignty principle: divergence is detected and reported (REP-WARN-002, non-blocking), but never resolved unilaterally by the protocol. ACP reports divergence. ACP does not resolve divergence.
All cryptographic operations use Ed25519 + JCS canonicalization. The specification is language-agnostic; the reference implementation is provided in Go.
Preprint: arXiv:2603.18829
Files
ACP-paper-v1.15.pdf.pdf
Files
(366.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:6b13ec00e3f4befa96a90c9a791b51f7
|
366.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/chelof100/acp-framework-en (URL)
Dates
- Submitted
-
2026-03-17
Software
- Repository URL
- https://github.com/chelof100/acp-framework-en
- Programming language
- Go
- Development Status
- Active