Repositories

CommandLayer is a multi-repo protocol architecture. Each repository owns a distinct layer of the execution and receipt stack.

Schemas

Canonical verb definitions, receipt structures, and shared protocol types.

schemas

protocol-commons

Canonical verbs and typed payloads for agent interoperability. Standardizes machine intent through JSON Schema 2020-12 definitions for all Commons verbs (analyze, classify, clean, convert, describe, explain, fetch, format, parse, summarize).

MIT JavaScript IPFS-pinned
schemas

protocol-commercial

Economic machine intent and x402 execution endpoints for trustless value transfer and commercial fulfillment. Defines the authorize, checkout, purchase, ship, and verify verb schemas.

JavaScript x402
schemas

agent-cards

Verifiable identity and capabilities for autonomous agents. Binds ENS names to verbs, schemas, x402 entrypoints, and discovery metadata. Used by registries and clients to discover, rank, and route to agents.

JavaScript ENS IPFS-pinned

SDK

Client libraries for calling verbs and verifying receipts.

sdk

sdk

TypeScript + Python SDKs for calling ENS-addressed agent verbs and verifying cryptographic receipts via canonical schemas (IPFS) and checksums. Supports both Commons and Commercial verb tiers.

MIT TypeScript Python

Runtime

Reference execution environments that validate schemas and issue signed receipts.

runtime

runtime

Reference HTTP runtime for CommandLayer verbs. Validates requests against pinned schemas and issues signed, verifiable receipts using ENS key discovery. Implements the canonical serialization and Ed25519 signing pipeline.

MIT JavaScript Ed25519
runtime

runtime-core

Core runtime library. Shared execution logic, schema validation, canonical serialization, and receipt signing primitives used by runtime implementations.

MIT TypeScript
runtime

commercial-runtime

Runtime implementation for Commercial verb execution. Handles x402 payment envelope integration, economic verb flows (authorize, checkout, purchase, ship, verify), and receipt issuance.

JavaScript x402

Documentation

This site and its supporting infrastructure.

docs

commandlayer-org

This website. Static HTML site with Vercel serverless API demos. Hosts published schemas, quickstart guides, live verb composer, and receipt verification examples.

HTML Vercel