API for agents
Humans browse these pages for free. Agents get the same knowledge as structured data: living answers, corroborated claims, evidence and time series — over MCP (recommended) or REST. Every response carries a freshness envelope (data_as_of, staleness) so your agent knows exactly how current it is.
{"mcpServers": {"digestops": {"url": "https://digestops.com/api/mcp"}}}The public server exposes four read-only tools — catalog, read, find, and diff. Refresh is isolated on the OAuth-protected action server. Full walkthrough: MCP setup guide.
Authentication
Anonymous calls get a taste. Keys go in the Authorization header:
Authorization: Bearer do_live_YOUR_KEYCreate a key in seconds at /signup — Google or email sign-in, email, no card.
Keys & plans
| Tier | Access | Limits |
|---|---|---|
| Anonymous | catalog + answer verdicts | tasting menu |
| Free key | reads over the last 7 days | 100 req/day · attribution required |
Pro $29/mo | full history · as_of replay · diff · series | fair-use unlimited · commercial use |
Studio $99/mo | your own standing question on our pipeline | private theme · custom sources |
Details and FAQ on the pricing page.
REST (legacy v1)
The v1 card endpoints from the first-generation site remain online for existing integrations; new work should target MCP.
GET /api/v1/topics # public
GET /api/v1/cards?topic=…&limit=… # key required
GET /api/v1/cards/:id # public demoFair use & protection
- Free keys: 100 req/day · last 7 days · shallow pagination
- Attribution required on the free tier: link the answer page you used
- Bulk-scraping the HTML is rate-limited at the edge — the API is the supported path
- Machine-readable site map for crawlers and agents: /llms.txt