Quickstart
Deploy your first paid API in 60 seconds.
1
Create your data file
Create a CSV or JSON file with your data. Example products.csv:
name,price,category iPhone 15,999,phones MacBook Pro,2499,laptops AirPods Pro,249,audio
2
Deploy with one command
npx clawr deploy products.csv --price 0.001
This deploys your data and sets a price of $0.001 per request.
3
Your API is live
That's it! Your paid API is now live. Agents can query it and pay automatically via x402:
curl https://clawr-api.ferdiboxman.workers.dev/v1/products \ -H "X-402-Payment: <payment-token>"
What you get
- Instant API endpoint on Cloudflare's edge network
- x402 payment verification built-in
- USDC payments on Base (instant settlement)
- Query, filter, and paginate your data
- Usage analytics dashboard