{
  "specVersion": "0.2",
  "host": {
    "name": "AXL",
    "url": "https://axl.tech/",
    "description": "AXL is an AI-native platform for selling courses, coaching, communities and digital products with websites, checkout, CRM, automation and video in one account."
  },
  "entries": [
    {
      "identifier": "urn:air:axl.tech:content:llms-txt",
      "displayName": "AXL — site index (llms.txt)",
      "type": "text/markdown",
      "url": "https://axl.tech/llms.txt",
      "description": "Markdown index of AXL: what the site is and every published page with a one-line summary.",
      "representativeQueries": [
        "what does AXL offer",
        "list the pages on axl.tech",
        "summarise AXL in a paragraph"
      ]
    },
    {
      "identifier": "urn:air:axl.tech:content:page-markdown",
      "displayName": "AXL — pages as markdown",
      "type": "text/markdown",
      "url": "https://axl.tech/",
      "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 axl.tech pricing page as markdown",
        "get the text of a page on axl.tech without the HTML",
        "what does this page of AXL say"
      ]
    },
    {
      "identifier": "urn:air:axl.tech:content:sitemap",
      "displayName": "AXL — sitemap",
      "type": "application/xml",
      "url": "https://axl.tech/sitemap.xml",
      "description": "XML sitemap of AXL with the last-modified date of every published page.",
      "representativeQueries": [
        "every page url on axl.tech",
        "which pages of AXL changed recently"
      ]
    },
    {
      "identifier": "urn:air:axl.tech:skills:site-content",
      "displayName": "AXL — agent skill index",
      "type": "application/json",
      "url": "https://axl.tech/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index for AXL: how an agent should read this site and read its offers.",
      "representativeQueries": [
        "how should an agent browse axl.tech",
        "what skills does axl.tech publish"
      ]
    },
    {
      "identifier": "urn:air:axl.tech:api:catalog",
      "displayName": "AXL — API catalog",
      "type": "application/linkset+json",
      "url": "https://axl.tech/.well-known/api-catalog",
      "description": "RFC 9727 API catalog for axl.tech: documentation, descriptions and status endpoints.",
      "representativeQueries": [
        "what apis does axl.tech publish",
        "where is the machine-readable description of axl.tech"
      ]
    },
    {
      "identifier": "urn:air:axl.tech:server:axl",
      "displayName": "AXL",
      "type": "application/mcp-server-card+json",
      "url": "https://axl.tech/.well-known/mcp/server-card.json",
      "description": "MCP server for an AXL account: CRM contacts and deals, orders and payments, sites and pages, courses, email and automation. Sign in through the browser; there is no API key.",
      "capabilities": [
        "tools"
      ],
      "representativeQueries": [
        "connect an agent to AXL",
        "what can an MCP client do on axl.tech",
        "is there an MCP server for AXL"
      ]
    }
  ]
}