{
  "@context": "https://nlweb.ai/schemas/manifest/v0.1",
  "name": "Oaty Agent Discovery",
  "description": "Read-only discovery resources for Oaty.",
  "url": "https://oaty.lol",
  "version": "1.0.0",
  "provider": {
    "name": "Oaty",
    "url": "https://oaty.lol"
  },
  "capabilities": [
    {
      "protocol": "http",
      "endpoint": "https://oaty.lol/llms.txt",
      "definition": {
        "name": "llms.txt",
        "description": "Machine-readable site overview, canonical URLs, schema endpoints, and latest published posts.",
        "method": "GET",
        "contentType": "text/plain; charset=utf-8",
        "authentication": {
          "type": "none"
        }
      }
    },
    {
      "protocol": "http",
      "endpoint": "https://oaty.lol/schemamap.xml",
      "definition": {
        "name": "Schema map",
        "description": "XML index of JSON-LD graph endpoints exposed by the site.",
        "method": "GET",
        "contentType": "application/xml; charset=utf-8",
        "authentication": {
          "type": "none"
        }
      }
    },
    {
      "protocol": "http",
      "endpoint": "https://oaty.lol/schema/site.json",
      "definition": {
        "name": "Site schema graph",
        "description": "JSON-LD graph for WebSite, Organization, Blog, and Person entities.",
        "method": "GET",
        "contentType": "application/ld+json; charset=utf-8",
        "authentication": {
          "type": "none"
        }
      }
    },
    {
      "protocol": "http",
      "endpoint": "https://oaty.lol/schema/posts.json",
      "definition": {
        "name": "Posts schema graph",
        "description": "JSON-LD graph for published posts, including BlogPosting, WebPage, and ImageObject nodes.",
        "method": "GET",
        "contentType": "application/ld+json; charset=utf-8",
        "authentication": {
          "type": "none"
        }
      }
    },
    {
      "protocol": "http",
      "endpoint": "https://oaty.lol/schema/pages.json",
      "definition": {
        "name": "Pages schema graph",
        "description": "JSON-LD graph for published standard pages.",
        "method": "GET",
        "contentType": "application/ld+json; charset=utf-8",
        "authentication": {
          "type": "none"
        }
      }
    },
    {
      "protocol": "http",
      "endpoint": "https://oaty.lol/schema/taxonomy.json",
      "definition": {
        "name": "Taxonomy schema graph",
        "description": "JSON-LD graph for category and tag collection pages.",
        "method": "GET",
        "contentType": "application/ld+json; charset=utf-8",
        "authentication": {
          "type": "none"
        }
      }
    },
    {
      "protocol": "http",
      "endpoint": "https://oaty.lol/rss.xml",
      "definition": {
        "name": "RSS feed",
        "description": "RSS feed containing published posts and sanitized HTML content.",
        "method": "GET",
        "contentType": "application/rss+xml; charset=utf-8",
        "authentication": {
          "type": "none"
        }
      }
    },
    {
      "protocol": "http",
      "endpoint": "https://oaty.lol/sitemap-index.xml",
      "definition": {
        "name": "Sitemap index",
        "description": "XML sitemap index for canonical, indexable public URLs.",
        "method": "GET",
        "contentType": "application/xml; charset=utf-8",
        "authentication": {
          "type": "none"
        }
      }
    }
  ]
}
