Agent Ready X402

Sub-skill de agent-ready-cloudflare: Implement x402 Payment Protocol

fabricioctelles Updated

File contents

Implement x402 Payment Protocol

Support agent-native HTTP payments via the x402 protocol (docs, GitHub).

Requirements

  • Add x402 payment middleware to your API routes
  • Use @x402/express, @x402/hono, or @x402/next middleware
  • Configure a facilitator URL and wallet address
  • Protected routes return HTTP 402 with payment requirements that agents fulfill automatically

Validate

POST https://isitagentready.com/api/scan
Content-Type: application/json

{"url": "https://YOUR-SITE.com"}

Check that checks.commerce.x402.status is "pass".

fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/x402 commit 678b541302

Frequently asked questions

npx skillmds@latest add fabricioctelles/agent-ready-x402