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