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