{
  "specVersion": "1.0",
  "host": {
    "displayName": "Clarwiz",
    "identifier": "did:web:clarwiz.com",
    "url": "https://clarwiz.com",
    "description": "Business orchestration that runs on your business context. Humans in command, agents on a leash.",
    "contact": "team@clarwiz.com"
  },
  "entries": [
    {
      "identifier": "urn:air:clarwiz.com:mcp:site",
      "displayName": "Clarwiz MCP server",
      "description": "Streamable HTTP MCP server at https://clarwiz.com/mcp: read the Clarwiz briefing, list pages, get a demo booking link, file a working-session request.",
      "type": "application/mcp-server-card+json",
      "url": "https://clarwiz.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "what is Clarwiz and what does it do",
        "book a Clarwiz demo for me",
        "ask the Clarwiz team for a working session about our returns process",
        "list the pages on clarwiz.com"
      ]
    },
    {
      "identifier": "urn:air:clarwiz.com:docs:llms-txt",
      "displayName": "Clarwiz agent briefing (llms.txt)",
      "description": "Plain-text briefing on Clarwiz: the Brain, orchestration, the Cockpit, autonomy levels, deployment, industries, customers and FAQs.",
      "type": "text/plain",
      "url": "https://clarwiz.com/llms.txt",
      "representativeQueries": [
        "explain Clarwiz's Brain, orchestration and Cockpit",
        "what are Clarwiz's four autonomy levels",
        "how is Clarwiz different from a workflow automation tool",
        "how does a Clarwiz deployment work"
      ]
    },
    {
      "identifier": "urn:air:clarwiz.com:docs:homepage-markdown",
      "displayName": "Clarwiz homepage as markdown",
      "description": "The homepage content as markdown, for agents that prefer it to HTML.",
      "type": "text/markdown",
      "url": "https://clarwiz.com/index.md",
      "representativeQueries": [
        "give me the clarwiz.com homepage as markdown",
        "summarise what the Clarwiz homepage says",
        "what does Clarwiz promise on its homepage"
      ]
    },
    {
      "identifier": "urn:air:clarwiz.com:skill:clarwiz-overview",
      "displayName": "Clarwiz overview skill",
      "description": "An agent skill (SKILL.md): the facts an agent may state about Clarwiz and how to draft a well-formed enquiry.",
      "type": "text/markdown",
      "url": "https://clarwiz.com/.well-known/agent-skills/clarwiz-overview/SKILL.md",
      "representativeQueries": [
        "load the Clarwiz skill",
        "describe Clarwiz accurately",
        "draft an enquiry to the Clarwiz team on my behalf"
      ]
    },
    {
      "identifier": "urn:air:clarwiz.com:api:openapi",
      "displayName": "Clarwiz public HTTP API (OpenAPI)",
      "description": "OpenAPI 3.1 description of the working-session request endpoint (POST /api/lead) and the MCP endpoint (POST /mcp).",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://clarwiz.com/openapi.json",
      "representativeQueries": [
        "how do I submit a working-session request to Clarwiz over HTTP",
        "what fields does the Clarwiz lead endpoint accept",
        "where is the Clarwiz MCP endpoint"
      ]
    },
    {
      "identifier": "urn:air:clarwiz.com:docs:api-catalog",
      "displayName": "Clarwiz API catalog (RFC 9727 linkset)",
      "description": "Linkset of every machine-readable resource clarwiz.com publishes.",
      "type": "application/linkset+json",
      "url": "https://clarwiz.com/.well-known/api-catalog",
      "representativeQueries": [
        "what machine-readable documents does clarwiz.com publish",
        "find the API descriptions for clarwiz.com"
      ]
    },
    {
      "identifier": "urn:air:clarwiz.com:docs:auth-md",
      "displayName": "Agent access and authentication (auth.md)",
      "description": "How agents may use clarwiz.com: everything is public and anonymous, no registration or credentials, and why no OAuth metadata is published.",
      "type": "text/markdown",
      "url": "https://clarwiz.com/auth.md",
      "representativeQueries": [
        "do I need credentials to use the Clarwiz MCP server",
        "how do agents register with Clarwiz",
        "does clarwiz.com have an OAuth server"
      ]
    }
  ]
}
