Demo #1 — Commerce Flow

Run Commercial verbs authorize → checkout → purchase → ship → verify.

This demo runs a commercial flow against your commercial runtime and returns real, verifiable receipts (schema + hash + signature). No mocks. Each step maps to CommandLayer verb semantics — not one-off endpoints.

Commercial runtime-backed Receipts = evidence (signed) Per-step curl reproduction

Interactive CommandLayer commerce demo

The iframe below loads the Commerce Flow UI. It calls /api/commercial-flow (Vercel), which forwards each step to your commercial runtime. You get back real per-step receipts, then verify them inline and copy matching curl for reproduction.

https://www.commandlayer.org/demo-inner.html

This page no longer depends on fake demo endpoints like /api/authorize or /api/purchase. The only backend needed is /api/commercial-flow, which forwards to the commercial runtime. If the iframe fails, check Vercel env var COMMERCIAL_RUNTIME_BASE_URL and confirm your commercial runtime responds to /{verb}/v1.0.0.