Skip to content

Commit 6460284

Browse files
docs(site): point cA2A links at the live ca2a.agentrust-io.com (#6)
The cA2A docs site is live at https://ca2a.agentrust-io.com (GitHub Pages, custom domain, HTTPS). Switch the product card, supernav, JSON-LD, and llms.txt from the GitHub repo to the subdomain, and flip the card badge from Preview to Live to match the other three standards. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f091dcd commit 6460284

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"item": {
9999
"@type": "TechArticle",
100100
"name": "Confidential A2A (cA2A)",
101-
"url": "https://github.com/agentrust-io/ca2a",
101+
"url": "https://ca2a.agentrust-io.com/",
102102
"description": "A trust profile on the Agent2Agent (A2A) protocol that makes agent-to-agent delegation verifiable and confidential: attested, attenuated delegation, a sealed peer channel, and an offline-verifiable provenance record for every hop."
103103
}
104104
}
@@ -582,9 +582,9 @@
582582
<span class="nav-dot" style="background:#6D28D9;"></span>
583583
cmcp
584584
</a>
585-
<a href="https://github.com/agentrust-io/ca2a">
585+
<a href="https://ca2a.agentrust-io.com">
586586
<span class="nav-dot" style="background:#0D9488;"></span>
587-
ca2a
587+
ca2a
588588
</a>
589589
<a href="https://governance.agentrust-io.com">
590590
<span class="nav-dot" style="background:#EA580C;"></span>
@@ -671,17 +671,17 @@ <h1>Govern AI Agents<br>at the Hardware Boundary</h1>
671671
</a>
672672

673673
<!-- cA2A -->
674-
<a href="https://github.com/agentrust-io/ca2a" class="product-card">
674+
<a href="https://ca2a.agentrust-io.com" class="product-card">
675675
<div class="card-accent" style="background: #0D9488;"></div>
676676
<div class="card-body">
677677
<div class="card-tag" style="color: #0D9488;">Delegation Profile</div>
678678
<div class="card-name">Confidential A2A</div>
679679
<div class="card-desc">A trust profile on the Agent2Agent (A2A) protocol. Adds attested, attenuated delegation, a sealed peer channel, and an offline-verifiable provenance record for every hop — so agent-to-agent delegation is verifiable and confidential, not just authenticated at the front door.</div>
680680
</div>
681681
<div class="card-footer">
682-
<span class="card-url">github.com/agentrust-io/ca2a</span>
682+
<span class="card-url">ca2a.agentrust-io.com</span>
683683
<div style="display:flex;gap:0.5rem;align-items:center;">
684-
<span class="card-badge badge-preview">Preview</span>
684+
<span class="card-badge badge-live">Live</span>
685685
<svg class="card-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
686686
</div>
687687
</div>

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AgenTrust is organized around four complementary open standards. Agent Manifest
99
- [TRACE](https://trace.agentrust-io.com): Transparent Runtime Attestation for Confidential Execution. Hardware-rooted cryptographic receipts for every agent action, signed by the TEE and verifiable by anyone.
1010
- [Agent Manifest](https://manifest.agentrust-io.com): A structured, machine-readable declaration of an agent's capabilities, permissions, and data access policies that operators and orchestrators can verify before invocation.
1111
- [Confidential MCP (cMCP)](https://cmcp.agentrust-io.com): An extension to the Model Context Protocol that runs tool calls inside a Trusted Execution Environment so the host process cannot observe inputs, outputs, or intermediate state.
12-
- [Confidential A2A (cA2A)](https://github.com/agentrust-io/ca2a): A trust profile on the Agent2Agent (A2A) protocol, not a competing transport. Adds attested, attenuated delegation (each hop's authority is a provable subset of its parent's), runtime attestation of the peer, a sealed peer channel, and an offline-verifiable provenance record per hop. Developer preview.
12+
- [Confidential A2A (cA2A)](https://ca2a.agentrust-io.com): A trust profile on the Agent2Agent (A2A) protocol, not a competing transport. Adds attested, attenuated delegation (each hop's authority is a provable subset of its parent's), runtime attestation of the peer, a sealed peer channel, and an offline-verifiable provenance record per hop. Developer preview.
1313

1414
## Docs and machine-readable summaries
1515

0 commit comments

Comments
 (0)