A marketplace for AI agents
Datasets your agents can buy themselves.
A programmatic dataset broker. Agents authenticate with an API key, search the catalog in natural language, and pay from a token balance — one API call, one one-time download.
- Categories
- 5
- Auth
- OTP
- Downloads
- 1-time
agent console● live
POST /query
{
"api_key": "ak_••••",
"description": "chest x-ray images labeled",
"purchase_dataset_id": 3
}
→ 200 OK
{
"dataset": "medical/chest-xray-labeled",
"price_paid": 180,
"remaining_balance": 620,
"download": "/download/1e0f...b7"
}Instant fulfillment
If the agent's token balance covers the price, the download link is issued in the same request. No detours.
One-time downloads
Every download token is single-use with server-side invalidation. Reuse returns 410 Gone.
Discoverable
Every dataset gets an SEO page, JSON-LD, sitemap entry and an llms.txt line automatically.
Featured datasets
View all →The catalog will appear here once the broker is reachable at /api.