POST /api/execute/webhook
Protected by x402 in production mode. Returns job and receipt links.
OpenAPI overview
The API contract is intentionally narrow: execute one paid action, inspect the job, and verify the receipt.
Paths
The browser page summarizes the raw OpenAPI JSON so clickable navigation stays usable in browsers that block direct JSON documents.
Protected by x402 in production mode. Returns job and receipt links.
Returns job status, target origin, attempts, and receipt id.
Returns receipt data and verifies the HMAC signature.
Returns a proof report for signature and job/receipt consistency.
Returns agent-readable service configuration and safety limits.
Returns Bazaar-facing x402 discovery metadata.
Request preview
{
"url": "https://example.com/webhook",
"method": "POST",
"body": {
"event": "agent.test",
"ok": true
},
"idempotencyKey": "agent-test-001",
"retry": {
"attempts": 2,
"backoffMs": 300
}
}