Docs

Developer docs for CommandLayer.

CommandLayer docs help builders understand the protocol architecture, CLAS capabilities, receipt model, live proof flows, integrations, and SDK usage.

Start building

Understand the protocol

Runtime and integrations

Activation / namespace

Recommended paths

New to CommandLayer

Protocol → Receipts → Live Proof

Building an agent

Wrap Your Agent → SDK → Capabilities

Verifying receipts

Receipts → Verifier → Genesis Proof → Live Proof

fetch('/api/verify-id', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({ receipt_id: 'cl_genesis_clm_...' })
}).then(r => r.json());

External systems

Integrations → Protocol → Receipts

Legacy and discovery docs

If you are looking for older concepts such as Commons, Commercial, or Agent Cards, treat them as legacy/discovery material. The current developer journey is centered on Protocol, Capabilities, Receipts, Live Proof, Integrations, and SDK.