x402 LAUNCHPAD

Deploy an API in 60 seconds.
AI agents pay you real USDC.

Pick a template. Set your price. Paste your Base wallet. You get a live, x402-gated URL — hosted on ScriptMasterLabs' own gateway, no Cloudflare or Vercel account needed. Payment settles directly to your wallet; this site never touches the funds.

$0.001 – $0.10 USDC Base · eip155:8453 No Stripe No Cloudflare account
STEP 1 · PICK A TEMPLATE
STEP 2 · SET YOUR PRICE
$0.001
STEP 3 · YOUR BASE WALLET ADDRESS
This is where agent payments land — directly, on-chain. We never hold it.

✓ YOUR API IS LIVE

API URL Template Price Pays to
WHAT ACTUALLY RUNS

No black box — here's the real code

Every template's full logic, verbatim. Nothing hidden, nothing simulated.

// Hello World
function handle() {
  return { message: "Hello from x402 Launchpad", timestamp: Date.now() };
}
HOW AN AGENT ACTUALLY PAYS IT

The real 402 → pay → retry pattern

# 1. GET your API URL → HTTP 402 with a real accepts[] (payTo = YOUR wallet)
# 2. Agent sends USDC on Base to payTo, amount = price * 1,000,000 (6 decimals)
# 3. Agent retries with header:
curl -sS "https://YOUR-API-URL" -H "X-PAYMENT-TX: 0xYOUR_TX_HASH"

Same convention as Hermes Loop and x402 Snacks — any agent that already speaks x402 can pay this without special-casing your API.

HONEST LIMITS OF THIS MVP

What this is (and isn't) yet

Your API runs as a route on ScriptMasterLabs' shared gateway, not on your own Cloudflare Worker or Vercel Function — that integration needs real deploy credentials that aren't wired up yet. There's also no "test with agent" auto-pay button here: that would mean an SML-controlled wallet spending real money against unreviewed code, which is a real custody decision nobody has made. Use the "See the real 402 challenge" button above, or pay it yourself with Hermes Loop's wallet flow, to see it actually settle.