{
  "specVersion": "0.2",
  "host": {
    "name": "Sup Toy Missions",
    "url": "https://sup.toymissions.com/"
  },
  "entries": [
    {
      "identifier": "urn:air:sup.toymissions.com:content:llms-txt",
      "displayName": "Sup Toy Missions — site index (llms.txt)",
      "type": "text/markdown",
      "url": "https://sup.toymissions.com/llms.txt",
      "description": "Markdown index of Sup Toy Missions: what the site is and every published page with a one-line summary.",
      "representativeQueries": [
        "what does Sup Toy Missions offer",
        "list the pages on sup.toymissions.com",
        "summarise Sup Toy Missions in a paragraph"
      ]
    },
    {
      "identifier": "urn:air:sup.toymissions.com:content:page-markdown",
      "displayName": "Sup Toy Missions — pages as markdown",
      "type": "text/markdown",
      "url": "https://sup.toymissions.com/",
      "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 sup.toymissions.com pricing page as markdown",
        "get the text of a page on sup.toymissions.com without the HTML",
        "what does this page of Sup Toy Missions say"
      ]
    },
    {
      "identifier": "urn:air:sup.toymissions.com:content:sitemap",
      "displayName": "Sup Toy Missions — sitemap",
      "type": "application/xml",
      "url": "https://sup.toymissions.com/sitemap.xml",
      "description": "XML sitemap of Sup Toy Missions with the last-modified date of every published page.",
      "representativeQueries": [
        "every page url on sup.toymissions.com",
        "which pages of Sup Toy Missions changed recently"
      ]
    },
    {
      "identifier": "urn:air:sup.toymissions.com:skills:site-content",
      "displayName": "Sup Toy Missions — agent skill index",
      "type": "application/json",
      "url": "https://sup.toymissions.com/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index for Sup Toy Missions: how an agent should read this site and read its offers.",
      "representativeQueries": [
        "how should an agent browse sup.toymissions.com",
        "what skills does sup.toymissions.com publish"
      ]
    },
    {
      "identifier": "urn:air:sup.toymissions.com:api:catalog",
      "displayName": "Sup Toy Missions — API catalog",
      "type": "application/linkset+json",
      "url": "https://sup.toymissions.com/.well-known/api-catalog",
      "description": "RFC 9727 API catalog for sup.toymissions.com: documentation, descriptions and status endpoints.",
      "representativeQueries": [
        "what apis does sup.toymissions.com publish",
        "where is the machine-readable description of sup.toymissions.com"
      ]
    }
  ]
}