diff --git a/assets/amd-mark.svg b/assets/amd-mark.svg
new file mode 100644
index 0000000..0674704
--- /dev/null
+++ b/assets/amd-mark.svg
@@ -0,0 +1 @@
+
diff --git a/assets/atf-logo.svg b/assets/atf-logo.svg
new file mode 100644
index 0000000..2746cc9
--- /dev/null
+++ b/assets/atf-logo.svg
@@ -0,0 +1,8 @@
+
diff --git a/assets/intel-mark.svg b/assets/intel-mark.svg
new file mode 100644
index 0000000..96d7491
--- /dev/null
+++ b/assets/intel-mark.svg
@@ -0,0 +1 @@
+
diff --git a/assets/microsoft-mark.svg b/assets/microsoft-mark.svg
new file mode 100644
index 0000000..8d4e7ee
--- /dev/null
+++ b/assets/microsoft-mark.svg
@@ -0,0 +1 @@
+
diff --git a/assets/opaque-logo.svg b/assets/opaque-logo.svg
new file mode 100644
index 0000000..24be2ce
--- /dev/null
+++ b/assets/opaque-logo.svg
@@ -0,0 +1,3 @@
+
diff --git a/assets/pronative-foundry-icon.webp b/assets/pronative-foundry-icon.webp
new file mode 100644
index 0000000..c9cab56
Binary files /dev/null and b/assets/pronative-foundry-icon.webp differ
diff --git a/assets/tii-mark.svg b/assets/tii-mark.svg
new file mode 100644
index 0000000..bcded1a
--- /dev/null
+++ b/assets/tii-mark.svg
@@ -0,0 +1 @@
+
diff --git a/data/adoption.json b/data/adoption.json
index 3c75984..9e5925d 100644
--- a/data/adoption.json
+++ b/data/adoption.json
@@ -13,6 +13,8 @@
{
"kind": "evidence",
"name": "OPAQUE Systems",
+ "logo": "/assets/opaque-logo.svg",
+ "markClass": "opaque-mark",
"label": "Founding engineering and infrastructure sponsor",
"description": "OPAQUE provides funding, engineering time, infrastructure, and confidential-computing contributions. Sponsorship does not confer ownership of AgenTrust projects or governance authority over their technical decisions.",
"evidenceUrl": "https://github.com/agentrust-io",
@@ -21,6 +23,7 @@
{
"kind": "evidence",
"name": "Microsoft",
+ "logo": "/assets/microsoft-mark.svg",
"markClass": "microsoft-mark",
"label": "Open-source project home",
"description": "Microsoft hosts the Agent Governance Toolkit, the open runtime-governance foundation that the AgenTrust trust chain builds on.",
@@ -30,6 +33,7 @@
{
"kind": "evidence",
"name": "Technology Innovation Institute",
+ "logo": "/assets/tii-mark.svg",
"markClass": "uae-mark",
"label": "Confirmed founding partner",
"description": "TII is the confirmed AgenTrust founding partner anchoring the work in sovereign-AI deployment requirements.",
@@ -39,6 +43,7 @@
{
"kind": "evidence",
"name": "AMD",
+ "logo": "/assets/amd-mark.svg",
"markClass": "amd-mark",
"label": "Founding member and hardware partner",
"description": "AMD is a founding partner of AgenTrust. AMD and OPAQUE published a joint implementation blueprint for hardware-backed Confidential AI, and the implementation verifies SEV-SNP report signatures to the AMD root.",
@@ -48,6 +53,7 @@
{
"kind": "evidence",
"name": "Intel",
+ "logo": "/assets/intel-mark.svg",
"markClass": "intel-mark",
"label": "Founding member and hardware partner",
"description": "Intel is a founding partner of AgenTrust. The implementation verifies Intel TDX DCAP v4 quotes to the pinned Intel SGX Root CA, hardware-validated on GCP C3.",
@@ -66,6 +72,7 @@
{
"kind": "evidence",
"name": "CSA Agentic Trust Framework",
+ "logo": "/assets/atf-logo.svg",
"markClass": "atf-mark",
"label": "Public framework collaboration",
"description": "ATF's author publicly supports positioning AGT as a reference implementation and invited implementation input into the conformance specification.",
@@ -75,6 +82,8 @@
{
"kind": "evidence",
"name": "PRONATIVE AI",
+ "logo": "/assets/pronative-foundry-icon.webp",
+ "markClass": "pronative-mark",
"label": "Ecosystem Training & Adoption Partner",
"description": "PRONATIVE AI works with AgenTrust to bring verifiable agent governance into enterprise engineering education and adoption. The partnership includes joint educational programming and the planned integration of cMCP, cA2A, and TRACE into PRONATIVE AI's AI-Native Engineering Foundry curriculum. PRONATIVE AI is also adopting the Microsoft Agent Governance Toolkit within its delivery environment and will publish implementation guidance as that work becomes publicly available.",
"evidenceUrl": "https://events.pronative.ai/featured-sessions/",
diff --git a/design-system.css b/design-system.css
index 5b7f0a5..37e0a68 100644
--- a/design-system.css
+++ b/design-system.css
@@ -1089,6 +1089,16 @@ html:has(body.agentrust-hub) { scroll-behavior: smooth; }
}
.agentrust-hub .adoption-card { display: flex; min-height: 190px; flex-direction: column; padding: 1.25rem; }
.agentrust-hub .adopter-mark { min-height: 36px; color: var(--at-ink); font-size: 1.2rem; font-weight: 750; letter-spacing: -0.045em; }
+.agentrust-hub .adopter-mark:has(img) { display: flex; align-items: center; }
+.agentrust-hub .adopter-mark img { display: block; width: auto; max-width: 150px; height: 30px; object-fit: contain; object-position: left center; }
+.agentrust-hub .opaque-mark { width: fit-content; min-width: 132px; padding: 8px 12px; border-radius: 7px; background: #111; }
+.agentrust-hub .opaque-mark img { height: 24px; }
+.agentrust-hub .uae-mark img { height: 42px; }
+.agentrust-hub .microsoft-mark img,
+.agentrust-hub .amd-mark img,
+.agentrust-hub .intel-mark img { height: 32px; }
+.agentrust-hub .atf-mark img,
+.agentrust-hub .pronative-mark img { height: 40px; }
.agentrust-hub .servicenow-mark { color: #16825d; }
.agentrust-hub .uae-mark { max-width: 13ch; font-family: var(--at-serif); font-size: 1.1rem; font-weight: 600; line-height: 1.05; }
.agentrust-hub .microsoft-mark { color: #505050; }
diff --git a/index.html b/index.html
index 6d10d34..dcd6fc5 100644
--- a/index.html
+++ b/index.html
@@ -307,31 +307,31 @@
Build the ecosystem for verifiable AI agents
-
OPAQUE Systems
+
Founding engineering and infrastructure sponsor
OPAQUE provides funding, engineering time, infrastructure, and confidential-computing contributions. Sponsorship does not confer ownership of AgenTrust projects or governance authority over their technical decisions.
AMD is a founding partner of AgenTrust. AMD and OPAQUE published a joint implementation blueprint for hardware-backed Confidential AI, and the implementation verifies SEV-SNP report signatures to the AMD root.
Intel is a founding partner of AgenTrust. The implementation verifies Intel TDX DCAP v4 quotes to the pinned Intel SGX Root CA, hardware-validated on GCP C3.
PRONATIVE AI works with AgenTrust to bring verifiable agent governance into enterprise engineering education and adoption. The partnership includes joint educational programming and the planned integration of cMCP, cA2A, and TRACE into PRONATIVE AI's AI-Native Engineering Foundry curriculum. PRONATIVE AI is also adopting the Microsoft Agent Governance Toolkit within its delivery environment and will publish implementation guidance as that work becomes publicly available.