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