DigestOps
Docs

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.

mcp
{"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:

http
Authorization: Bearer do_live_YOUR_KEY

Create a key in seconds at /signup — Google or email sign-in, email, no card.

Keys & plans

TierAccessLimits
Anonymouscatalog + answer verdictstasting menu
Free keyreads over the last 7 days100 req/day · attribution required
Pro $29/mofull history · as_of replay · diff · seriesfair-use unlimited · commercial use
Studio $99/moyour own standing question on our pipelineprivate 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.

http
GET /api/v1/topics                # public
GET /api/v1/cards?topic=…&limit=… # key required
GET /api/v1/cards/:id             # public demo

Fair 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