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