{
  "specVersion": "0.2",
  "host": {
    "name": "WowDessert.Studio",
    "url": "https://wowdessert.studio/"
  },
  "entries": [
    {
      "identifier": "urn:air:wowdessert.studio:content:llms-txt",
      "displayName": "WowDessert.Studio — site index (llms.txt)",
      "type": "text/markdown",
      "url": "https://wowdessert.studio/llms.txt",
      "description": "Markdown index of WowDessert.Studio: what the site is and every published page with a one-line summary.",
      "representativeQueries": [
        "what does WowDessert.Studio offer",
        "list the pages on wowdessert.studio",
        "summarise WowDessert.Studio in a paragraph"
      ]
    },
    {
      "identifier": "urn:air:wowdessert.studio:content:page-markdown",
      "displayName": "WowDessert.Studio — pages as markdown",
      "type": "text/markdown",
      "url": "https://wowdessert.studio/",
      "description": "Every page of this site returns markdown instead of HTML when the request sends Accept: text/markdown, or when .md is appended to the page url.",
      "representativeQueries": [
        "read the wowdessert.studio pricing page as markdown",
        "get the text of a page on wowdessert.studio without the HTML",
        "what does this page of WowDessert.Studio say"
      ]
    },
    {
      "identifier": "urn:air:wowdessert.studio:content:sitemap",
      "displayName": "WowDessert.Studio — sitemap",
      "type": "application/xml",
      "url": "https://wowdessert.studio/sitemap.xml",
      "description": "XML sitemap of WowDessert.Studio with the last-modified date of every published page.",
      "representativeQueries": [
        "every page url on wowdessert.studio",
        "which pages of WowDessert.Studio changed recently"
      ]
    },
    {
      "identifier": "urn:air:wowdessert.studio:skills:site-content",
      "displayName": "WowDessert.Studio — agent skill index",
      "type": "application/json",
      "url": "https://wowdessert.studio/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index for WowDessert.Studio: how an agent should read this site and read its offers.",
      "representativeQueries": [
        "how should an agent browse wowdessert.studio",
        "what skills does wowdessert.studio publish"
      ]
    },
    {
      "identifier": "urn:air:wowdessert.studio:api:catalog",
      "displayName": "WowDessert.Studio — API catalog",
      "type": "application/linkset+json",
      "url": "https://wowdessert.studio/.well-known/api-catalog",
      "description": "RFC 9727 API catalog for wowdessert.studio: documentation, descriptions and status endpoints.",
      "representativeQueries": [
        "what apis does wowdessert.studio publish",
        "where is the machine-readable description of wowdessert.studio"
      ]
    }
  ]
}