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
Wrap Your Agent
Use the SDK to wrap actions and emit canonical receipts.
SDK Records
Install the SDK and emit canonical action records and receipts.
Execution Receipt Demo
Compare execution-only, private settlement, and invalid scoped receipt examples.
API Reference
Inspect endpoints, payloads, and validation behavior.
Understand the protocol
Protocol
Core architecture, CLAS model, and trust boundaries.
Capabilities
Understand the CLAS action surface and capability families.
Receipts
See canonical receipt structure and verifier expectations.
Scoped Execution + Settlement
Learn clas.execution.receipt.v1: one receipt, two attestations, and private settlement commitments.
Live Proof
Walk through proof flow and tamper-invalid verification outcomes.
Genesis Receipt Verification
Retrieve and cryptographically verify a stored genesis receipt by receipt ID.
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.