v1.0 · Open Source · SOC2 Type II · EU AI Act Art. 14

Ship AI agents you can defend in an audit

Every autonomous action verified, logged, and reversible — before it runs. The open-source Agent Control Plane with a 5-gate Verified Autonomy Pipeline. Policy-enforced. Tamper-evident. Self-hosted or managed.

Anthropic-compatible · EU AI Act-ready · MCP-native

Built on OpenAI · Anthropic · MCP · OpenTelemetry · FastAPI · Postgres

# pip install occp
from occp import ControlPlane

cp = ControlPlane(policy="policies/finance.rego")

result = cp.run(
    agent="claude-opus-4-7",
    task="Refund order #4521 if return window is open",
)
# PLAN → VERIFY → APPROVE → EXECUTE → AUDIT
print(result.audit_chain_id)