From e9e4378845948f48ec3684160c016e5da58f5ddb Mon Sep 17 00:00:00 2001 From: Greg Soucy Date: Mon, 25 May 2026 19:58:05 -0400 Subject: [PATCH] Clean Docs dropdown to remove duplicate top-level links --- public/ambient-verification.html | 2 +- public/api.html | 2 +- public/capabilities.html | 2 +- public/claim.html | 2 +- public/docs.html | 2 +- public/docs/wrap-your-agent.html | 2 +- public/index.html | 2 +- public/integrations.html | 2 +- public/mcp.html | 2 +- public/proof-flow-composer.html | 2 +- public/proof.html | 2 +- public/protocol.html | 2 +- public/receipts.html | 2 +- public/runtime-core.html | 2 +- public/runtime.html | 2 +- public/schemas.html | 2 +- public/sdk-records.html | 2 +- public/stack-proof-demo.html | 2 +- public/verify-badge-demo.html | 2 +- public/verify.html | 2 +- public/webhook-auto-verify.html | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/public/ambient-verification.html b/public/ambient-verification.html index 5a11013..ef25a95 100644 --- a/public/ambient-verification.html +++ b/public/ambient-verification.html @@ -45,7 +45,7 @@ - +
diff --git a/public/api.html b/public/api.html index 494c248..470da19 100644 --- a/public/api.html +++ b/public/api.html @@ -27,7 +27,7 @@ diff --git a/public/capabilities.html b/public/capabilities.html index 0fa746b..9d46247 100644 --- a/public/capabilities.html +++ b/public/capabilities.html @@ -16,7 +16,7 @@
Capabilities

Capability Families
for Verifiable Agent Actions

Capabilities define the action surface CommandLayer can describe. Receipts prove what happened. Trust Verification is live. Additional families are draft/planned as the protocol expands.

View Proof
diff --git a/public/claim.html b/public/claim.html index 590dc07..49b0b6d 100644 --- a/public/claim.html +++ b/public/claim.html @@ -230,7 +230,7 @@ diff --git a/public/docs.html b/public/docs.html index 5308506..cc026f9 100644 --- a/public/docs.html +++ b/public/docs.html @@ -48,7 +48,7 @@ diff --git a/public/docs/wrap-your-agent.html b/public/docs/wrap-your-agent.html index 0e8f302..7205d1b 100644 --- a/public/docs/wrap-your-agent.html +++ b/public/docs/wrap-your-agent.html @@ -19,7 +19,7 @@ diff --git a/public/index.html b/public/index.html index 3652d67..a35fb91 100644 --- a/public/index.html +++ b/public/index.html @@ -1031,7 +1031,7 @@ diff --git a/public/integrations.html b/public/integrations.html index e672526..acf136e 100644 --- a/public/integrations.html +++ b/public/integrations.html @@ -28,7 +28,7 @@ - +
Docs

Integrations

External systems authenticate events, payments, or actions in their own way. CommandLayer signs the normalized result as a portable receipt that can be verified independently.

diff --git a/public/mcp.html b/public/mcp.html index 81293fe..11f890a 100644 --- a/public/mcp.html +++ b/public/mcp.html @@ -1,4 +1,4 @@ -CommandLayer MCP Bridge
MCP Bridge

MCP bridges agent clients to CommandLayer runtime actions.

MCP exposes CommandLayer tools to MCP clients, but MCP is a bridge, not the signer.

What MCP does

  • Exposes tools.
  • Forwards payloads to runtime.
  • Blocks private key fields.
  • Returns runtime receipts.
  • Supports automatic verification workflows.

What MCP does not do

  • Does not hold private keys.
  • Does not sign receipts.
  • Is not the trust root.
  • Does not make schema-valid equal verified.

Trust boundary

The proof model is identical whether an action is called through MCP or direct HTTP. MCP changes transport, not trust. Runtime still signs. Verifier still validates. MCP does not hold keys.

Transport

GET  https://mcp.commandlayer.org/health
+CommandLayer MCP Bridge
MCP Bridge

MCP bridges agent clients to CommandLayer runtime actions.

MCP exposes CommandLayer tools to MCP clients, but MCP is a bridge, not the signer.

What MCP does

  • Exposes tools.
  • Forwards payloads to runtime.
  • Blocks private key fields.
  • Returns runtime receipts.
  • Supports automatic verification workflows.

What MCP does not do

  • Does not hold private keys.
  • Does not sign receipts.
  • Is not the trust root.
  • Does not make schema-valid equal verified.

Trust boundary

The proof model is identical whether an action is called through MCP or direct HTTP. MCP changes transport, not trust. Runtime still signs. Verifier still validates. MCP does not hold keys.

Transport

GET  https://mcp.commandlayer.org/health
 POST https://mcp.commandlayer.org/mcp
 
 Note: /mcp is POST-only MCP transport. GET /mcp is not expected to work.

Tools

clas.trust-verification.verify
diff --git a/public/proof-flow-composer.html b/public/proof-flow-composer.html
index e74bc0d..71df92d 100644
--- a/public/proof-flow-composer.html
+++ b/public/proof-flow-composer.html
@@ -37,7 +37,7 @@
   
 
 
-
+
 
Demo

Proof Flow Composer

This demo is now part of Live Proof. Open /proof.html for the complete proof hub.

Simulate an external Coinbase event, generate a signed receipt, and verify it in one trace-linked flow.

diff --git a/public/proof.html b/public/proof.html index 14a2239..5de05e7 100644 --- a/public/proof.html +++ b/public/proof.html @@ -34,7 +34,7 @@ diff --git a/public/protocol.html b/public/protocol.html index 716f07e..b555b41 100644 --- a/public/protocol.html +++ b/public/protocol.html @@ -40,7 +40,7 @@ diff --git a/public/receipts.html b/public/receipts.html index 227ef29..2cd2845 100644 --- a/public/receipts.html +++ b/public/receipts.html @@ -38,7 +38,7 @@
diff --git a/public/runtime-core.html b/public/runtime-core.html index 1d54249..6723eb2 100644 --- a/public/runtime-core.html +++ b/public/runtime-core.html @@ -13,7 +13,7 @@ - +
runtime-core

The crypto truth layer for CommandLayer receipts.

runtime-core defines the canonicalization, hashing, signing, and verification primitives used to produce and validate CommandLayer receipts.

What runtime-core does

Canonicalizes receipt payloads.
Computes SHA-256 hashes.
Signs receipts with Ed25519.
Verifies Ed25519 signatures.
Checks metadata.proof integrity.
Detects tampering.
diff --git a/public/runtime.html b/public/runtime.html index 1d3a61c..342fdd6 100644 --- a/public/runtime.html +++ b/public/runtime.html @@ -13,7 +13,7 @@ - +
Runtime

Runtime signs canonical receipts.

The runtime is the production signer and execution layer for CommandLayer receipts. It executes actions, emits metadata.proof, and powers verification workflows.

What runtime does

  • Executes actions.
  • Emits metadata.proof receipts.
  • Signs receipts with Ed25519.
  • Exposes /verify.
  • Supports Trust Verification v1 endpoints.
diff --git a/public/schemas.html b/public/schemas.html index d90295d..2b353f1 100644 --- a/public/schemas.html +++ b/public/schemas.html @@ -30,7 +30,7 @@ diff --git a/public/sdk-records.html b/public/sdk-records.html index 237adc3..05dcdf8 100644 --- a/public/sdk-records.html +++ b/public/sdk-records.html @@ -39,7 +39,7 @@
diff --git a/public/stack-proof-demo.html b/public/stack-proof-demo.html index 613da80..e5cf509 100644 --- a/public/stack-proof-demo.html +++ b/public/stack-proof-demo.html @@ -46,7 +46,7 @@ diff --git a/public/verify-badge-demo.html b/public/verify-badge-demo.html index 3348068..cefb1ba 100644 --- a/public/verify-badge-demo.html +++ b/public/verify-badge-demo.html @@ -48,7 +48,7 @@ diff --git a/public/verify.html b/public/verify.html index c093225..82403a1 100644 --- a/public/verify.html +++ b/public/verify.html @@ -36,7 +36,7 @@
diff --git a/public/webhook-auto-verify.html b/public/webhook-auto-verify.html index 587b9da..e6f156c 100644 --- a/public/webhook-auto-verify.html +++ b/public/webhook-auto-verify.html @@ -47,7 +47,7 @@