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.
Every template's full logic, verbatim. Nothing hidden, nothing simulated.
// Hello World
function handle() {
return { message: "Hello from x402 Launchpad", timestamp: Date.now() };
}
# 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.
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.