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
11 changes: 0 additions & 11 deletions .github/workflows/reader-journey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,3 @@ jobs:
- run: python tools/build-header.py --check
- run: python tools/build-discovery.py --check
- run: python tools/check-discovery.py
quickstart:
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python tools/check-quickstart.py
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<li><a href="https://tests.agentrust-io.com">TRACE conformance suite</a></li>
</ul></details></li>
<li class="spec-menu"><details><summary>Build</summary><ul>
<li><a href="/quickstart/">10-minute quickstart</a></li>
<li><a href="/quickstart/">Get started</a></li>
<li><a href="/demos/">Demos</a></li>
<li><a href="/telemetry/">Telemetry</a></li>
<li><a href="/marketplace/">Marketplace</a></li>
Expand All @@ -46,7 +46,7 @@
<li><a href="https://manifest.agentrust-io.com">02 Agent: Agent Manifest</a></li>
<li><a href="https://cmcp.agentrust-io.com">03 Actions: cMCP</a> and <a href="https://ca2a.agentrust-io.com">cA2A</a></li>
<li><a href="https://trace.agentrust-io.com">04 Evidence: TRACE</a> and the <a href="/registry/">TRACE Registry</a></li>
<li><a href="/quickstart/">Run the 10-minute quickstart</a> or <a href="/marketplace/">search integrations</a></li>
<li><a href="/quickstart/">Get started with a specification</a> or <a href="/marketplace/">search integrations</a></li>
<li><a href="/community/">Community and partners</a> or <a href="/go/">the agentic controls</a></li>
</ul></section></main>
<script src="/supernav.js"></script>
Expand Down
15 changes: 1 addition & 14 deletions community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<li><a href="https://tests.agentrust-io.com">TRACE conformance suite</a></li>
</ul></details></li>
<li class="spec-menu"><details><summary>Build</summary><ul>
<li><a href="/quickstart/">10-minute quickstart</a></li>
<li><a href="/quickstart/">Get started</a></li>
<li><a href="/demos/">Demos</a></li>
<li><a href="/telemetry/">Telemetry</a></li>
<li><a href="/marketplace/">Marketplace</a></li>
Expand All @@ -77,7 +77,6 @@
<li><a href="#playbooks"><span class="railnav-tick"></span><span class="railnav-label">Compliance</span></a></li>
<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>
</ul>
</nav>

Expand Down Expand Up @@ -273,18 +272,6 @@ <h3>Read the field guide. Then run the companion examples.</h3>
</aside>
</section>

<hr class="divider">

<section class="section" id="about">
<div class="section-header">
<div class="section-label">Overview</div>
<h2 class="section-title">What is AgenTrust?</h2>
</div>
<p class="lead-copy">AgenTrust is an open ecosystem for verifiable AI agent governance. It connects reusable technology with the people and practices needed to adopt it: maintainers, implementers, researchers, enterprise operators, conformance testing, integration guidance, and transparent community governance.</p>
<p class="lead-copy">Agent Manifest declares identity and intended authority. cMCP governs tool calls; cA2A governs delegation to another agent. TRACE carries signed runtime evidence for verification against a trust policy. Hardware provenance depends on verified attestation. Use the components required by your trust boundary. Explore each project's specification, reference implementation, and license through <a href="/#chain">the chain on the homepage</a>.</p>
<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>

</main>

<!-- Footer -->
Expand Down
8 changes: 4 additions & 4 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<li><a href="https://tests.agentrust-io.com">TRACE conformance suite</a></li>
</ul></details></li>
<li class="spec-menu is-current"><details><summary>Build</summary><ul>
<li><a href="/quickstart/">10-minute quickstart</a></li>
<li><a href="/quickstart/">Get started</a></li>
<li><a href="/demos/" aria-current="page">Demos</a></li>
<li><a href="/telemetry/">Telemetry</a></li>
<li><a href="/marketplace/">Marketplace</a></li>
Expand Down Expand Up @@ -273,11 +273,11 @@ <h2>Where to go next</h2>
<li><a href="https://pypi.org/project/weight-custody-manifest/">weight-custody-manifest on PyPI</a>, the reference SDK behind demos 6 to 9</li>
<li><a href="https://github.com/agentrust-io/examples/tree/main/weight-custody-manifest">Worked WCM examples</a></li>
<li><a href="https://cmcp.agentrust-io.com">cMCP</a> and <a href="https://trace.agentrust-io.com">TRACE</a> specifications</li>
<li><a href="/quickstart/">The ten-minute cMCP quickstart</a> if you would rather write the policy yourself</li>
<li><a href="https://cmcp.agentrust-io.com/quickstart/">The cMCP quickstart</a> if you would rather write the policy yourself</li>
</ul>
<div class="actions">
<a class="button" href="https://github.com/agentrust-io/demos">Clone the demos</a>
<a class="button secondary" href="/quickstart/">Write the policy yourself</a>
<a class="button secondary" href="https://cmcp.agentrust-io.com/quickstart/">Write the policy yourself</a>
</div>
</section>

Expand All @@ -291,7 +291,7 @@ <h2>Where to go next</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/telemetry/">Telemetry</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion extensions/ca2a/v0.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<li><a href="https://tests.agentrust-io.com">TRACE conformance suite</a></li>
</ul></details></li>
<li class="spec-menu"><details><summary>Build</summary><ul>
<li><a href="/quickstart/">10-minute quickstart</a></li>
<li><a href="/quickstart/">Get started</a></li>
<li><a href="/demos/">Demos</a></li>
<li><a href="/telemetry/">Telemetry</a></li>
<li><a href="/marketplace/">Marketplace</a></li>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-anomaly-detection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Anomaly detection on agent behaviour</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-circuit-breaker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Circuit breaker on agent loops</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-identity-credential/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Agent identity credential</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-key-binding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Agent key binding and custody</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-purpose-declaration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Declared agent purpose and scope</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-rate-limiting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Rate limiting on agent actions</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-session-revocation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Agent session revocation</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-state-rollback/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>State rollback after an agent action</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/agent-termination/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Terminate a running agent</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/attested-a2a-channel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Attested agent-to-agent channel</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/behavioural-baseline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Behavioural baseline for an agent</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/blast-radius-containment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Blast radius containment for agent execution</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/capability-attenuation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Capability attenuation across the delegation chain</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/capability-manifest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Declared capability manifest</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/context-provenance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Context provenance for agent working memory</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/continuous-usage-control/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Continuous usage control after grant</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/evidence-transparency-anchoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Transparency-log anchoring of evidence</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/graceful-degradation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Graceful degradation on policy engine failure</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<li><a href="https://tests.agentrust-io.com">TRACE conformance suite</a></li>
</ul></details></li>
<li class="spec-menu"><details><summary>Build</summary><ul>
<li><a href="/quickstart/">10-minute quickstart</a></li>
<li><a href="/quickstart/">Get started</a></li>
<li><a href="/demos/">Demos</a></li>
<li><a href="/telemetry/">Telemetry</a></li>
<li><a href="/marketplace/">Marketplace</a></li>
Expand Down Expand Up @@ -397,7 +397,7 @@ <h2>What this page does not do</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/input-schema-validation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Schema validation of agent input</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/model-weight-custody/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Model weight custody against the hosting operator</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/output-encoding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Encoding and injection prevention</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/output-personal-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Personal data protection in agent output</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/policy-verdict-rationale/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Policy verdict rationale</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/prompt-injection-prevention/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Prompt injection prevention</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/resource-allowlist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Resource allowlist</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/runtime-attestation-evidence/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Runtime attestation evidence</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/structured-action-logging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Structured action logging</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/tool-authorization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Tool authorization decision</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/transaction-limits/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Transaction and spend limits</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion go/verifiable-evidence-record/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Signed, third-party-verifiable evidence record</h2>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/quickstart/">Get started</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
Expand Down
Loading
Loading