Copy/paste curl
Start with: clean (Commons v1.0.0, deterministic)
curl -sS --max-time 20 \
-X POST 'https://runtime.commandlayer.org/clean/v1.0.0' \
-H 'Content-Type: application/json' \
--data-binary '{
"x402": {
"entry": "x402://cleanagent.eth/clean/v1.0.0",
"verb": "clean",
"version": "1.0.0"
},
"actor": "quickstart.commandlayer.org",
"trace": { "trace_id": "quickstart-001" },
"input": { "content": " hello world ", "operations": ["collapse_whitespace","trim"] }
}'
After you’ve verified one deterministic receipt, try something more interpretive (e.g. summarize or analyze).
See the Commons list: Commons →
Tip: run the health check first:
curl -sS https://runtime.commandlayer.org/health
clean or parse).