Action402 Mockups

Landing directions

Five ways to make Action402 feel precise, agent-native, and verifiable.

Each mockup keeps the same brand core: paid execution for autonomous agents, x402 discovery, exact payment, and signed receipts.

Action402
01 Relay Console

x402 paid execution layer

Pay. Execute. Prove.

Reliable webhook and API execution for autonomous AI agents using x402 payments on Base.

01

Built for agents

No accounts required in the buyer path.

02

Paid per action

Charge exact x402 micro-payments.

03

Receipts by default

Return signed proof for every execution.

Action402
02 Receipt Ledger

signed receipts for paid actions

Every action returns proof.

Action402 executes bounded webhook calls and records the hashes, status, and signature an agent can verify later.

receipt amount status signature
rcpt_01HX8Z $0.003 verified sha256
rcpt_01HX90 $0.003 pending queued
rcpt_01HX91 $0.003 verified sha256
requestHash 0x91a4...b7e2
responseHash 0x0fd2...44ac
receipt.signature hmac-sha256:7f1c...
Action402
03 Bazaar Route

built for x402 discovery

The paid action route agents can discover.

Publish one clear x402 endpoint for webhook execution, Bazaar metadata, and public receipt verification.

Paid webhooks

Let agents trigger bounded side effects without broad API keys.

Usage-gated tools

Charge per webhook, not per seat.

Verifiable execution

Expose public receipts for agent audit trails.

Action402
04 Agent Flow

from payment to proof

Agents pay once. Action402 executes exactly once.

A narrow relay for paid webhook and API actions with retries, idempotency, and signed receipts.

agentrequest
x402payment
A402execute
targetwebhook
receiptproof
POST /api/execute/webhook
X-PAYMENT: signed

{
  "url": "https://client.example/webhook",
  "method": "POST",
  "idempotencyKey": "inv_123:approved:v1"
}
200 OK
{
  "job": { "status": "succeeded" },
  "receipt": { "signature": "hmac-sha256:..." }
}
Action402
05 Docs Native

developer-native landing

Paid webhook execution in one POST.

Action402 turns x402 payment into a bounded API action, then returns job status and a signed receipt.

paid

POST /api/execute/webhook

Executes a single outbound HTTPS action after x402 payment verification.

public

GET /api/jobs/:id

Returns job status, target origin, attempts, and receipt id.

public

GET /api/receipts/:id

Returns receipt data and verifies the HMAC signature.