Technical specifications, cryptographic object schemas, and runtime authorization sequence patterns for platform engineers and enterprise architects.
A compact JSON/YAML document containing verified agent identity, business ownership, risk tier, tool bindings, and signature verification.
Explore Passport Spec →Component supply-chain spec detailing foundational LLM checkpoints, system prompts, vector index versions, MCP tool servers, and python packages.
Explore ABOM Spec →Short-lived cryptographically signed JWT leases issued by EnterpriseACP granting execution rights for specific target resources and bounded timeframes.
Explore Runtime Lease Spec →Immutable, tamper-evident audit receipt recording prompt hashes, policy evaluation results, approval stamps, and execution outcomes.
Explore Decision Receipt Spec →{
"$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"
}