New ReleaseIntroducing EnterpriseACP — The Enterprise Agent Control Plane.See the platform →
EnterpriseACP
ENTERPRISE ARCHITECTURE CENTER

Agent Control Plane Architecture & Object Specs

Technical specifications, cryptographic object schemas, and runtime authorization sequence patterns for platform engineers and enterprise architects.

ARTIFACT SPEC 01

Agent Passport Specification

A compact JSON/YAML document containing verified agent identity, business ownership, risk tier, tool bindings, and signature verification.

Explore Passport Spec →
ARTIFACT SPEC 02

Agent Bill of Materials (ABOM)

Component supply-chain spec detailing foundational LLM checkpoints, system prompts, vector index versions, MCP tool servers, and python packages.

Explore ABOM Spec →
ARTIFACT SPEC 03

Runtime Authority Lease

Short-lived cryptographically signed JWT leases issued by EnterpriseACP granting execution rights for specific target resources and bounded timeframes.

Explore Runtime Lease Spec →
ARTIFACT SPEC 04

Decision Receipt Schema

Immutable, tamper-evident audit receipt recording prompt hashes, policy evaluation results, approval stamps, and execution outcomes.

Explore Decision Receipt Spec →
agent-passport-v2.json Schema
{
  "$schema": "https://enterpriseacp.com/schemas/agent-passport/v2.json",
  "passport_id": "pass_9f8e7d6c5b4a3f2e",
  "agent_identity": {
    "agent_id": "AGT-1049",
    "name": "Customer Refund Agent",
    "purpose": "Tier-2 dispute credit processing"
  },
  "accountability": {
    "business_owner": "Sarah Jenkins",
    "technical_owner": "DevSecOps Team",
    "department": "Customer Operations"
  },
  "risk_classification": {
    "tier": "Critical",
    "compliance": ["PCI-DSS", "SOC2-TypeII"]
  },
  "capability_manifest": {
    "allowed_tools": ["Stripe Refund API", "Salesforce CRM Read"],
    "approval_threshold_usd": 100,
    "max_delegation_depth": 2
  },
  "runtime_signature": "sig_ed25519_908a12b3c4d5e6f"
}