For data & AI infra teams
Charge for data & RAG endpoints
Put a price on each query to a data or retrieval endpoint. Agents calling your search, embeddings, or RAG API pay per request in USDC — so high-value data earns per use instead of being scraped for free.
Data and retrieval endpoints are exactly the kind of high-value, high-frequency resource agents want to call. Pay-per-query lets you charge in proportion to use without negotiating contracts for every caller.
Price each endpoint to match its cost and value; agents that find it worthwhile pay and proceed, call by call.
- 01Register your query endpoints
Add each data/RAG route and its per-query price.
- 02Add the SDK
One middleware in your stack gates the endpoints you choose.
- 03Agents pay per query
Each query returns a 402; the agent pays in USDC and gets the result.
- 04Reconcile
Automatic payouts plus signed webhooks for every settled query.
- Per-query pricing for search / embeddings / RAG
- Charge in proportion to actual use
- No contracts for one-off callers
- Live balances and per-route attribution
FAQ
Yes. Pricing is per registered route, so each data or RAG endpoint can have its own per-query price.
The SDK is a thin client that relays to the platform’s signed challenge/verify and fails closed; it gates only the routes you choose.