A Topology Bill of Materials is a formal, machine-readable artifact that represents
the operational topology of an AI system — not merely its network configuration.
A TBoM may span multiple layers of an AI deployment: physical and logical
infrastructure, execution topology, agent and tool composition, capability
registrations, governance boundaries, data paths, and trust relationships. It is a
pre-execution structural artifact — it does not execute agents, sign, load keys, or
contain solver output. Commitments, recognition records, receipts, and evidence
chains are separate governance artifacts that reference a TBoM's fingerprint; they
are not fields inside it.
The scope of a TBoM is determined by the deployment context. At minimum, the TBoM
produced by the Runtime Topology Plugin contains a graph of discovered
network interfaces, bridges, tunnels, and physical links, together with their
operational state and a cryptographic fingerprint. In a full enterprise deployment,
the TBoM extends to model the entire AI operational environment: which agents are
present, what tools and capabilities they have access to, what policies govern their
operation, and what evidence has been produced.
Governance cannot be meaningful if it is blind to what it is governing. A TBoM that
captures only the network layer cannot reason about whether a particular AI agent
has access to an unauthorised capability. A TBoM that captures the full operational
topology can. The TBoM is not a configuration file, not a CMDB entry, and not a
discovery scan. It is a formal representation of what is present and how it is
connected, at a measured instant.
Each TBoM carries a cryptographic fingerprint over the state it declares or observes;
the exact identity model is defined per profile. Two TBoMs with different fingerprints
represent topologically distinct environments, regardless of whether the difference was
intended. TBoMs are durable governance objects — they persist as verifiable artifacts,
can be compared to detect drift, and serve as anchors for downstream evidence.
Receipts, attestations, and recognition records all reference the TBoM that was current
when they were produced.
TBoM is published as an open, Apache-2.0 specification — the open topology standard for
Infrastructure Governance — with JSON Schemas, a reference validator, and conformance
vectors. See the TBoM standard →