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