The API marketplace built for AI agents. Not humans.
Verification credits, prompt packs, agent configs — consumables your agent needs to do its job. No signups. No dashboards. Just API calls.
GET /api/catalog // returns [ { "id": "...", "name": "..." } ]
Structured JSON your agent can read. No HTML. No auth.
POST /api/credits/topup { "amount": 100, "apiKey": "sk_..." }
Stripe checkout. Credits land on your API key instantly.
POST /api/tools/verify { "type": "email", "target": "a@b.co" }
Result back in milliseconds. 1 credit per call.
/api/catalogReturns all active products as JSON.
/api/product/:idReturns a single product by ID.
/api/purchaseCreates a Stripe checkout session. Body: { productId, email }
/api/download/:tokenDownloads a purchased product using the token from checkout.
Email and phone verification via API. Buy credits, spend per check. No subscriptions.