Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,6 @@
<meta name="twitter:title" content="AgenTrust community, partners and governance">
<meta name="twitter:description" content="Partner and sponsor relationships linked to public evidence, how the projects are governed, and how to contribute.">
<meta name="twitter:image" content="https://agentrust-io.com/og.png">

<!-- Structured data: FAQ (mirrors the visible FAQ below) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is AgenTrust a standards-development programme?",
"acceptedAnswer": { "@type": "Answer", "text": "No. AgenTrust is an open-source ecosystem focused on adoption, implementation, interoperability, maintainer development, and long-term sustainability. Its open specifications are shared technical building blocks; community implementations, test infrastructure, integrations, documentation, and deployment evidence make those building blocks useful in practice." }
},
{
"@type": "Question",
"name": "What is OPAQUE Systems' role in AgenTrust?",
"acceptedAnswer": { "@type": "Answer", "text": "OPAQUE Systems sponsors AgenTrust, funding the engineering, infrastructure and confidential-computing work behind these projects, and contributes to them. Organisations that want to support open, verifiable AI infrastructure are welcome to join as sponsors." }
}
]
}
</script>
<link rel="stylesheet" href="/design-system.css?v=20">
</head>
<body class="agentrust-hub" id="top">
Expand Down Expand Up @@ -94,7 +74,6 @@
<li><a href="#fellowship"><span class="railnav-tick"></span><span class="railnav-label">Fellowship</span></a></li>
<li><a href="#book"><span class="railnav-tick"></span><span class="railnav-label">Book</span></a></li>
<li><a href="#about"><span class="railnav-tick"></span><span class="railnav-label">About</span></a></li>
<li><a href="#faq"><span class="railnav-tick"></span><span class="railnav-label">FAQ</span></a></li>
</ul>
</nav>

Expand Down Expand Up @@ -302,25 +281,6 @@ <h2 class="section-title">What is AgenTrust?</h2>
<p class="lead-copy"><strong>AgenTrust Telemetry</strong> is the integration layer across that chain. It gives runtimes a common, metadata-only contract for governance facts, projects those facts into caller-owned OpenTelemetry, and can turn a complete durable evidence set into TRACE. It does not replace a policy engine, collector, observability backend, or dashboard.</p>
</section>

<hr class="divider">

<section class="section" id="faq">
<div class="section-header">
<div class="section-label">FAQ</div>
<h2 class="section-title">About the project</h2>
</div>
<div class="qa">
<div class="qa-item">
<div class="qa-q">Is AgenTrust a standards-development programme?</div>
<div class="qa-a">No. AgenTrust is an open-source ecosystem focused on adoption, implementation, interoperability, maintainer development, and long-term sustainability. Its open specifications are shared technical building blocks; community implementations, test infrastructure, integrations, documentation, and deployment evidence make those building blocks useful in practice.</div>
</div>
<div class="qa-item">
<div class="qa-q">What is OPAQUE Systems' role in AgenTrust?</div>
<div class="qa-a">OPAQUE Systems sponsors AgenTrust, funding the engineering, infrastructure and confidential-computing work behind these projects, and contributes to them. Organisations that want to support open, verifiable AI infrastructure are welcome to join as sponsors.</div>
</div>
</div>
</section>

</main>

<!-- Footer -->
Expand Down
85 changes: 0 additions & 85 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,51 +126,6 @@
]
}
</script>

<!-- Structured data: FAQ (mirrors the visible FAQ below) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is TRACE?",
"acceptedAnswer": { "@type": "Answer", "text": "TRACE defines portable, signed runtime evidence. Hardware provenance requires attestation verification against a trusted root; software-mode records do not provide that guarantee." }
},
{
"@type": "Question",
"name": "What is the Weight Custody Manifest?",
"acceptedAnswer": { "@type": "Answer", "text": "The Weight Custody Manifest (WCM) is an open, pre-1.0 specification for protecting model weights a builder deploys into a customer's own or sovereign infrastructure. It binds weight identity and custody terms to key-release policy. Against an operator who physically owns the hardware it provides accountability, not cryptographic custody." }
},
{
"@type": "Question",
"name": "What is Agent Manifest?",
"acceptedAnswer": { "@type": "Answer", "text": "Agent Manifest is a structured, machine-readable declaration of an agent's capabilities, permissions, and data access policies. Operators and orchestrators can verify an agent's manifest before invocation." }
},
{
"@type": "Question",
"name": "What is Confidential MCP (cMCP)?",
"acceptedAnswer": { "@type": "Answer", "text": "Confidential MCP (cMCP) evaluates routed MCP tool calls against policy and records the decisions. In a hardware deployment, the runtime is inside a Trusted Execution Environment (TEE); the agent and upstream tool server remain separate. Host confidentiality also depends on the egress policy. Software mode provides no hardware isolation." }
},
{
"@type": "Question",
"name": "What is Confidential A2A (cA2A)?",
"acceptedAnswer": { "@type": "Answer", "text": "Confidential A2A is a trust profile on the Agent2Agent (A2A) protocol. Where A2A's Signed Agent Card verifies only the domain owner, cA2A adds attested, attenuated delegation, a sealed peer channel that binds the task payload to the peer's attested measurement, and an offline-verifiable provenance record per hop. It is a developer preview." }
},
{
"@type": "Question",
"name": "Can I try it without confidential-computing hardware?",
"acceptedAnswer": { "@type": "Answer", "text": "Yes. The 10-minute quickstart runs cMCP in software mode: write a policy, observe a denied tool call, and inspect the signed session record. It provides no hardware isolation or hardware-backed provenance. The verify page checks a genuine Intel TDX quote in your browser with no hardware of your own." }
},
{
"@type": "Question",
"name": "Are the AgenTrust specifications open source?",
"acceptedAnswer": { "@type": "Answer", "text": "Yes, though not all under one licence. Agent Manifest, the Weight Custody Manifest and the TRACE conformance suite are Apache 2.0, cMCP and cA2A are MIT, and the TRACE specification is under the Community Specification License 1.0 with its code under Apache 2.0. Source, schemas, and examples are on GitHub at github.com/agentrust-io." }
}
]
}
</script>
<link rel="stylesheet" href="/design-system.css?v=20">
</head>
<body class="agentrust-hub" id="top">
Expand Down Expand Up @@ -435,46 +390,6 @@ <h3>Help steward it</h3>
</div>
</section>

<hr class="divider">

<!-- FAQ -->
<section class="section" id="faq">
<div class="section-header">
<div class="section-label">FAQ</div>
<h2 class="section-title">Frequently Asked Questions</h2>
</div>
<div class="qa">
<div class="qa-item">
<div class="qa-q">What is TRACE?</div>
<div class="qa-a">TRACE defines portable, signed runtime evidence. Hardware provenance requires attestation verification against a trusted root; software-mode records do not provide that guarantee.</div>
</div>
<div class="qa-item">
<div class="qa-q">What is the Weight Custody Manifest?</div>
<div class="qa-a">The Weight Custody Manifest (WCM) is an open, pre-1.0 specification for protecting model weights a builder deploys into a customer's own or sovereign infrastructure. It binds weight identity and custody terms to key-release policy. Against an operator who physically owns the hardware it provides accountability, not cryptographic custody.</div>
</div>
<div class="qa-item">
<div class="qa-q">What is Agent Manifest?</div>
<div class="qa-a">Agent Manifest is a structured, machine-readable declaration of an agent's capabilities, permissions, and data access policies. Operators and orchestrators can verify an agent's manifest before invocation.</div>
</div>
<div class="qa-item">
<div class="qa-q">What is Confidential MCP (cMCP)?</div>
<div class="qa-a">Confidential MCP (cMCP) evaluates routed MCP tool calls against policy and records the decisions. In a hardware deployment, the runtime is inside a Trusted Execution Environment (TEE); the agent and upstream tool server remain separate. Host confidentiality also depends on the egress policy. Software mode provides no hardware isolation.</div>
</div>
<div class="qa-item">
<div class="qa-q">What is Confidential A2A (cA2A)?</div>
<div class="qa-a">Confidential A2A is a trust profile on the Agent2Agent (A2A) protocol. Where A2A's Signed Agent Card verifies only the domain owner, cA2A adds attested, attenuated delegation, a sealed peer channel that binds the task payload to the peer's attested measurement, and an offline-verifiable provenance record per hop. It is a developer preview.</div>
</div>
<div class="qa-item">
<div class="qa-q">Can I try it without confidential-computing hardware?</div>
<div class="qa-a">Yes. The <a href="/quickstart/">10-minute quickstart</a> runs cMCP in software mode: write a policy, observe a denied tool call, and inspect the signed session record. It provides no hardware isolation or hardware-backed provenance. The <a href="/verify/">verify page</a> checks a genuine Intel TDX quote in your browser with no hardware of your own.</div>
</div>
<div class="qa-item">
<div class="qa-q">Are the AgenTrust specifications open source?</div>
<div class="qa-a">Yes, though not all under one licence. Agent Manifest, the Weight Custody Manifest and the TRACE conformance suite are Apache 2.0, cMCP and cA2A are MIT, and the TRACE specification is under the Community Specification License 1.0 with its code under Apache 2.0. Source, schemas, and examples are on GitHub at github.com/agentrust-io.</div>
</div>
</div>
</section>

</main>

<!-- Footer -->
Expand Down
Loading