Agent Service Store
Paid JSON APIs for AI agents using Circle Gateway Nanopayments / x402.
Endpoints
POST /v1/page-summaryโ $0.01POST /v1/travel-itineraryโ $0.02POST /v1/lead-researchโ $0.05
How payment works
Unpaid requests return 402 Payment Required. x402-compatible buyer agents can sign a gasless USDC nanopayment, retry the request, and receive JSON.
Example unpaid call
curl -i -X POST /v1/travel-itinerary \
-H "content-type: application/json" \
-d '{"city":"Istanbul","interests":["walking","food"],"hours":4}'