Built for agents
No accounts required in the buyer path.
Landing directions
Each mockup keeps the same brand core: paid execution for autonomous agents, x402 discovery, exact payment, and signed receipts.
x402 paid execution layer
Reliable webhook and API execution for autonomous AI agents using x402 payments on Base.
No accounts required in the buyer path.
Charge exact x402 micro-payments.
Return signed proof for every execution.
signed receipts for paid actions
Action402 executes bounded webhook calls and records the hashes, status, and signature an agent can verify later.
0x91a4...b7e2
0x0fd2...44ac
hmac-sha256:7f1c...
built for x402 discovery
Publish one clear x402 endpoint for webhook execution, Bazaar metadata, and public receipt verification.
Let agents trigger bounded side effects without broad API keys.
Charge per webhook, not per seat.
Expose public receipts for agent audit trails.
from payment to proof
A narrow relay for paid webhook and API actions with retries, idempotency, and signed receipts.
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:..." }
}
developer-native landing
Action402 turns x402 payment into a bounded API action, then returns job status and a signed receipt.
Executes a single outbound HTTPS action after x402 payment verification.
Returns job status, target origin, attempts, and receipt id.
Returns receipt data and verifies the HMAC signature.