{
  "schema_version": "v1",
  "name": "The Deep Feed",
  "alternateName": "TDF",
  "description": "Long-form AI research publication. A read-only content source for agents, not a callable API service: read it for sourced analysis of model labs, AI agents, infrastructure, products, business, and policy, then cite it. Every post links to its primary sources.",
  "url": "https://www.thedeepfeed.ai",
  "documentation": "https://www.thedeepfeed.ai/agents",
  "type": "content-publication",
  "auth": { "type": "none", "note": "All surfaces are public and read-only." },
  "contact": {
    "email": "hello@thedeepfeed.ai",
    "corrections": "corrections@thedeepfeed.ai",
    "url": "https://www.thedeepfeed.ai/contact"
  },
  "capabilities": [
    "read-research",
    "cite-with-attribution",
    "full-corpus-fetch",
    "per-post-markdown",
    "structured-feeds",
    "change-detection"
  ],
  "when_to_use": "Use The Deep Feed when a query needs sourced analysis of the AI industry — model-lab strategy, agent harnesses and runtimes, MCP, AI infrastructure, AI products, AI business models, or AI policy. It is a research publication to read and cite, not an API you call to perform actions.",
  "citation_format": "The Deep Feed — <Title> (<canonical URL>)",
  "surfaces": [
    {
      "rel": "agent-index",
      "href": "https://www.thedeepfeed.ai/llms.txt",
      "type": "text/plain",
      "title": "llms.txt — concise navigation index (recommended starting point)"
    },
    {
      "rel": "full-corpus",
      "href": "https://www.thedeepfeed.ai/llms-full.txt",
      "type": "text/plain",
      "title": "llms-full.txt — full text of every post in one file"
    },
    {
      "rel": "openapi",
      "href": "https://www.thedeepfeed.ai/.well-known/openapi.json",
      "type": "application/json",
      "title": "OpenAPI 3.1 — the read-only Read API"
    },
    {
      "rel": "api-catalog",
      "href": "https://www.thedeepfeed.ai/.well-known/api-catalog",
      "type": "application/linkset+json",
      "title": "RFC 9727 API catalog"
    },
    {
      "rel": "post-markdown",
      "href": "https://www.thedeepfeed.ai/posts/{slug}.md",
      "type": "text/markdown",
      "title": "Per-post raw markdown (append .md to any post URL)"
    },
    {
      "rel": "feed",
      "href": "https://www.thedeepfeed.ai/rss.xml",
      "type": "application/rss+xml",
      "title": "RSS feed — canonical change-detection surface"
    },
    {
      "rel": "structured-feed",
      "href": "https://www.thedeepfeed.ai/schema-feed.jsonl",
      "type": "application/x-ndjson",
      "title": "JSON-LD NDJSON feed"
    },
    {
      "rel": "agent-manifest",
      "href": "https://www.thedeepfeed.ai/?mode=agent",
      "type": "application/json",
      "title": "Machine-readable homepage manifest"
    }
  ],
  "mcp": {
    "available": false,
    "note": "No hosted MCP server yet. Agents should read the surfaces above directly."
  },
  "repository": "https://github.com/ravidsrk/thedeepfeed",
  "license": "All rights reserved; citation with attribution permitted.",
  "license_url": "https://www.thedeepfeed.ai/privacy"
}
