action402.vercel.app

action402.vercel.app
Category
Service
Network
Avg / request
$0.003
Endpoints
1

Service overview

What is action402.vercel.app?

Paid webhook/API execution for autonomous agents. Executes one public HTTPS action after x402 payment, applies retries and idempotency, then returns a signed receipt with request hash, response hash, target, status, and attempt count.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://action402.vercel.app/api/execute/webhook" \
  --method POST \
  --data '{
  "body": "{body}",
  "headers": "{headers}",
  "idempotencyKey": "{idempotencyKey}",
  "method": "{method}",
  "retry": "{retry}",
  "timeoutMs": "{timeoutMs}",
  "url": "{url}"
}'
What you get back
{
  "endpoint": "POST /api/execute/webhook",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services