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