Local demo console
Evaluate the paid action relay.
Run the complete demo flow: execution, persisted job, signed receipt, and blocked unsafe target.
Actions
Run checks
- Last job
- none
- Last receipt
- none
- Proof report
- none
Output
Ready
Press "Run demo webhook" to create a job and signed receipt.
For agents
Use JSON contracts, not the visual page.
This console is for humans evaluating the service. Autonomous agents should discover Action402 through the capabilities document, OpenAPI contract, and Bazaar metadata.
discover
/api/capabilities
schema
/openapi.json
marketplace
/api/bazaar
paid action
POST /api/execute/webhook
{
"url": "https://example.com/webhook",
"method": "POST",
"body": { "event": "agent.test" },
"idempotencyKey": "agent-test-001",
"retry": { "attempts": 2, "backoffMs": 300 }
}