POST /api/execute/webhook
Runs one outbound HTTPS action with retries, timeout control, and idempotency.
x402 paid execution layer
Reliable webhook and API execution for autonomous AI agents using x402 payments on Base.
POST /api/execute/webhook
402 Payment Required
X-PAYMENT: signed
job.status = "succeeded"
receipt.signature = "hmac-sha256:..."
proof = "request + response hashes"
MVP API
The first product surface is intentionally narrow: accept a paid execution request, deliver it safely, then make the result inspectable.
Runs one outbound HTTPS action with retries, timeout control, and idempotency.
Plain-text agent context for discovery, call flow, and verification links.
Redacted trust summary for buyer-side inspection before payment.
Recent verified proof examples with sensitive execution data redacted.
Durable counters and redacted failure categories for agent/operator checks.
Returns status, attempt history, target origin, and receipt linkage.
Verifies the HMAC receipt and exposes hashes without leaking full payloads.
The protected route uses x402 middleware and advertises Bazaar metadata.
Action402 validates the target, retries transient failures, and prevents duplicates.
The response includes a signed receipt over the request hash, response hash, and outcome.