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