{
  "schemaVersion": "1.0",
  "name": "Roosevelt 2028 Press Office",
  "description": "AI-friendly access to the Roosevelt 2028 presidential campaign — daily news dispatches, press releases, and social-platform commentary. Brochure-ware site with no authenticated API; agents should consume the feeds.",
  "url": "https://electteddy.netlify.app",
  "documentation": "https://electteddy.netlify.app/llms.txt",
  "provider": {
    "organization": "Roosevelt for America",
    "url": "https://electteddy.netlify.app",
    "contact": "press@electteddy.com"
  },
  "auth": {
    "type": "none",
    "scheme": "public"
  },
  "capabilities": [
    {
      "name": "list_news",
      "description": "List campaign news dispatches as a feed.",
      "endpoint": "https://electteddy.netlify.app/feed.json",
      "method": "GET",
      "responseFormat": "application/feed+json"
    },
    {
      "name": "list_news_rss",
      "description": "List campaign news dispatches as an RSS feed.",
      "endpoint": "https://electteddy.netlify.app/rss.xml",
      "method": "GET",
      "responseFormat": "application/rss+xml"
    },
    {
      "name": "list_news_atom",
      "description": "List campaign news dispatches as an Atom feed.",
      "endpoint": "https://electteddy.netlify.app/atom.xml",
      "method": "GET",
      "responseFormat": "application/atom+xml"
    },
    {
      "name": "list_all_pages",
      "description": "Sitemap of every page on the site.",
      "endpoint": "https://electteddy.netlify.app/sitemap.xml",
      "method": "GET",
      "responseFormat": "application/xml"
    },
    {
      "name": "list_news_sitemap",
      "description": "News sitemap (recent articles only).",
      "endpoint": "https://electteddy.netlify.app/news-sitemap.xml",
      "method": "GET",
      "responseFormat": "application/xml"
    }
  ],
  "policies": {
    "ai-training": "allow",
    "ai-search": "allow",
    "attribution": "Roosevelt 2028"
  },
  "skills": []
}
