Build on AI Hub

AI Hub exposes its full ranked intelligence as clean JSON and feeds. Everything below is free and needs no key — just fetch it.

Public endpoints

GET /api/feed.json
Full ranked feed — hero, news, X pulse, quick takes, market pulse, and topic radar in one payload.
GET /api/digest.json
Complete latest digest plus derived summaries.
GET /api/topics.json
Topic radar: broad signal clusters with stable topic hrefs.
GET /api/topics/:key.json
Topic-detail JSON for a single stable topic key.
GET /api/landscape.json
Daily landscape sections from the last30days scout.
GET /api/health.json
Public operational snapshot: freshness, counts, provider/model id.
GET /rss.xml
Machine-readable RSS feed of the ranked corpus.
GET /topics/:key/rss.xml
Per-topic RSS feed for a single stable topic key.
GET /sitemap.xml
XML sitemap of public pages.

Fair use

Cache responses for 30–60 seconds rather than polling in a tight loop, and identify your client with a descriptive User-Agent. These endpoints are served from cache and shared by the whole community — be a good citizen and they stay open.

AI Hub PRO

Paid developer access is live for teams that want agent-readable AI Hub intelligence through an API key.

POST /mcp
Model Context Protocol server over HTTP using JSON-RPC 2.0. Authenticate with Authorization: Bearer aihub_live_... or the x-api-key header.
curl -sS https://aihub.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer aihub_live_REPLACE_WITH_YOUR_KEY' \
  --data '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
POST /api/checkout
Creates a Stripe-hosted checkout session and returns {url} for purchasing a PRO key. Returns 503 until payments are configured.
GET /api/keys/claim?session_id=
One-time key reveal after checkout completes. Store the revealed aihub_live_... key immediately.