{
  "paper": "drm3",
  "nameplate": "TruthFoundry News",
  "motto": "Better tools. Better news.",
  "description": "News written from the fact record. Every story is built on verified facts and carries its sources, each one signed and checkable in your browser.",
  "home": "https://news.truthfoundry.ai",
  "landing": "https://news.truthfoundry.ai/subscribe",
  "playground": "https://news.truthfoundry.ai/api",
  "endpoints": {
    "stories": "https://news.truthfoundry.ai/api/v1/stories",
    "story": "https://news.truthfoundry.ai/api/v1/stories/{id}",
    "sections": "https://news.truthfoundry.ai/api/v1/sections",
    "days": "https://news.truthfoundry.ai/api/v1/days",
    "day": "https://news.truthfoundry.ai/api/v1/days/{YYYY-MM-DD}",
    "search": "https://news.truthfoundry.ai/api/v1/search?q=",
    "front": "https://news.truthfoundry.ai/api/v1/front",
    "cast": "https://news.truthfoundry.ai/api/v1/cast",
    "posts": "https://news.truthfoundry.ai/api/v1/posts",
    "masthead": "https://news.truthfoundry.ai/api/v1/masthead",
    "subscribe": "POST https://news.truthfoundry.ai/api/v1/subscribe",
    "openapi": "https://news.truthfoundry.ai/api/v1/openapi.json"
  },
  "feeds": {
    "rss": "https://news.truthfoundry.ai/rss.xml",
    "podcast": "https://news.truthfoundry.ai/podcast.xml",
    "front_json": "https://news.truthfoundry.ai/front.json",
    "llms": "https://news.truthfoundry.ai/llms.txt",
    "sitemap": "https://news.truthfoundry.ai/sitemap.xml"
  },
  "keyed": {
    "note": "A desk key opens the private lane on this host and on newsroomfloor.com: news, proofs, config, plan, subscribers. Authorization: Bearer nrf_... or X-NRF-Key.",
    "index": "https://news.truthfoundry.ai/api/v1"
  },
  "note": "Every piece carries a content hash and a signed filing receipt (the keyed proof endpoint). A signature proves who filed it and that it has not changed; it never makes a claim true."
}