Glossary
The Software Bill of Materials (SBOM) became table-stakes after the SolarWinds breach and the US Executive Order on Improving the Nation's Cybersecurity. AgentBOM applies the same supply-chain discipline to AI: a regulator-readable, cryptographically signed list of exactly what was inside a given agent execution, so that incident response, certification, and procurement diligence are no longer speculative.
Back to glossaryA useful AgentBOM is dense but small. It captures `composition` (model family + version + weightsHash + license + provider, prompt-template hash, system-message hash, toolset, retrieval corpora hashes, fine-tune lineage), `runtime` (region, confidential-compute attestation, sandbox), and `dependencies` (every outbound API call hash). The shape is deliberately additive on top of an existing receipt schema so issuers can adopt incrementally.
EU AI Act Articles 11 and 12 oblige providers of high-risk AI systems to maintain technical documentation and record-keeping that map directly onto the AgentBOM shape. The US AI Executive Order 14110 likewise mandates supply-chain transparency for foundation models. India's MeitY AI rules and Singapore's MAS guidance push the same direction. Today no canonical machine-verifiable format exists — which is exactly the gap a clean specification can fill.
AgentAnywhere's reference implementation is the Trust Receipt — an AgentBOM signed under the existing `soverai-receipt/v1` wire-tag (kept stable so deployed verifiers keep working). The issuer side runs in the AgentAnywhere gateway plugin (`pip install soverai-gateway-plugin`); the verifier side runs in `npx @soverai/verify --bom`. The spec is open; competing platforms can issue their own AgentBOMs and remain interoperable with the same verifiers.
Where the regulatory or technical authority for this term actually lives. We cite primary sources so this entry can be checked, not just trusted.
Last reviewed: .
We maintain canonical definitions for sovereign AI, Trust Receipts, data residency, AgentBOM, and agentic AI so procurement, security, and legal teams can quote a primary source instead of paraphrasing one. Email enterprise@soverai.ai if you need an extended PDF reference for a specific regulator.