Demo #2 — Commons Flow Composer

Compose multi-step Commons flows and inspect real runtime receipts.

This page calls /api/commons-flow (Vercel) which forwards each step to your runtime at https://runtime.commandlayer.org. You get back the actual per-step receipts — and you can verify schema + hash + signature inline, then copy matching curl for reproduction.

Runtime-backed (runtime.commandlayer.org) Receipts = evidence (signed) Verify: schema + hash + signature

Pick verbs, send a flow, inspect the receipts

Under the hood: POST /api/commons-flow. The API forwards each step to your runtime base URL (from RUNTIME_BASE_URL on Vercel).

Build a Commons flow

Step 1

Step 2 (optional)

Step 3 (optional)

Backend: /api/commons-flow Runtime: loading… Health: unknown Server:
10 Commons verbs Real runtime receipts Inline verify Per-step curl repro

Flow output

Rendered receipts
Run a flow to render per-step receipts with verify + curl.
Raw JSON (debug)
// Configure your steps on the left and hit "Run Commons flow"…