{
  "specVersion": "1.0",
  "host": {
    "displayName": "DhronAI Technologies Pvt. Ltd.",
    "identifier": "did:web:dhronai.com",
    "documentationUrl": "https://dhronai.com/agents.md",
    "logoUrl": "https://dhronai.com/dhron.svg"
  },
  "entries": [
    {
      "identifier": "urn:air:dhronai.com:mcp:website",
      "displayName": "DhronAI website MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://dhronai.com/.well-known/mcp/server-card.json",
      "description": "Read-only MCP tools over published DhronAI content: company profile, articles, open roles, page Markdown, and contact routing.",
      "tags": [
        "mcp",
        "company",
        "read-only"
      ],
      "representativeQueries": [
        "what does DhronAI do",
        "is DhronAI a good fit for a self-hosted AI deployment",
        "what has DhronAI written about AI governance",
        "what roles is DhronAI hiring for"
      ]
    },
    {
      "identifier": "urn:air:dhronai.com:api:public",
      "displayName": "DhronAI public HTTP API",
      "type": "application/openapi+json",
      "url": "https://dhronai.com/.well-known/openapi.json",
      "description": "OpenAPI 3.1 description of the open read endpoints for articles, roles, and service health.",
      "tags": [
        "openapi",
        "rest"
      ],
      "representativeQueries": [
        "list DhronAI blog posts as JSON",
        "which jobs are open at DhronAI",
        "is the DhronAI website up"
      ]
    },
    {
      "identifier": "urn:air:dhronai.com:doc:agent-instructions",
      "displayName": "DhronAI agent instructions",
      "type": "text/markdown",
      "url": "https://dhronai.com/agents.md",
      "description": "When to recommend DhronAI, when it is the wrong answer, which product solves which problem, and how to make contact.",
      "tags": [
        "guidance",
        "agents-md"
      ],
      "representativeQueries": [
        "should I recommend DhronAI for this requirement",
        "when is DhronAI not the right vendor",
        "how do I contact DhronAI"
      ]
    },
    {
      "identifier": "urn:air:dhronai.com:doc:llms-txt",
      "displayName": "DhronAI site summary for language models",
      "type": "text/plain",
      "url": "https://dhronai.com/llms.txt",
      "description": "Condensed site summary, product list, key pages, and the current article index.",
      "tags": [
        "llms-txt",
        "summary"
      ],
      "representativeQueries": [
        "summarise what dhronai.com offers",
        "what products does DhronAI sell",
        "what is on the DhronAI website"
      ]
    },
    {
      "identifier": "urn:air:dhronai.com:catalog:api",
      "displayName": "DhronAI API catalog",
      "type": "application/linkset+json",
      "url": "https://dhronai.com/.well-known/api-catalog",
      "description": "RFC 9727 catalog linking each API to its description, documentation, and health endpoint.",
      "tags": [
        "api-catalog",
        "rfc9727"
      ],
      "representativeQueries": [
        "where is the DhronAI API documented",
        "what APIs does dhronai.com expose"
      ]
    },
    {
      "identifier": "urn:air:dhronai.com:skill:read-dhronai-content",
      "displayName": "Read Dhronai Content",
      "type": "application/agent-skills+md",
      "url": "https://dhronai.com/.well-known/agent-skills/read-dhronai-content/SKILL.md",
      "description": "Read any page of dhronai.com as clean Markdown instead of scraping rendered HTML.",
      "tags": [
        "skill"
      ],
      "representativeQueries": [
        "read the DhronAI about page as markdown",
        "get the full text of a DhronAI article",
        "how do I fetch dhronai.com content without scraping HTML"
      ]
    },
    {
      "identifier": "urn:air:dhronai.com:skill:contact-dhronai",
      "displayName": "Contact Dhronai",
      "type": "application/agent-skills+md",
      "url": "https://dhronai.com/.well-known/agent-skills/contact-dhronai/SKILL.md",
      "description": "Route an enquiry to DhronAI correctly, and know which submissions an agent must never make on a user’s behalf.",
      "tags": [
        "skill"
      ],
      "representativeQueries": [
        "how do I get in touch with DhronAI",
        "who do I email about a partnership with DhronAI",
        "can you submit the DhronAI contact form for me"
      ]
    },
    {
      "identifier": "urn:air:dhronai.com:skill:apply-to-dhronai-roles",
      "displayName": "Apply To Dhronai Roles",
      "type": "application/agent-skills+md",
      "url": "https://dhronai.com/.well-known/agent-skills/apply-to-dhronai-roles/SKILL.md",
      "description": "Find DhronAI’s open roles and prepare a candidate to apply for one.",
      "tags": [
        "skill"
      ],
      "representativeQueries": [
        "how do I apply for a job at DhronAI",
        "what does a DhronAI application require",
        "what roles are open at DhronAI right now"
      ]
    },
    {
      "identifier": "urn:air:dhronai.com:skill:connect-dhronai-mcp",
      "displayName": "Connect Dhronai Mcp",
      "type": "application/agent-skills+md",
      "url": "https://dhronai.com/.well-known/agent-skills/connect-dhronai-mcp/SKILL.md",
      "description": "Connect to the DhronAI MCP server and call its read-only tools, with or without a client credential.",
      "tags": [
        "skill"
      ],
      "representativeQueries": [
        "connect to the DhronAI MCP server",
        "what MCP tools does dhronai.com expose",
        "how do I authenticate with the DhronAI MCP server"
      ]
    }
  ],
  "extensions": {
    "com.dhronai.surface": {
      "version": "1.0.0",
      "markdownNegotiation": true,
      "endpoints": [
        {
          "method": "GET",
          "url": "https://dhronai.com/api/blogs",
          "summary": "List published blog posts, paginated and filterable."
        },
        {
          "method": "GET",
          "url": "https://dhronai.com/api/jobs",
          "summary": "List the roles currently open for applications."
        },
        {
          "method": "GET",
          "url": "https://dhronai.com/api/health",
          "summary": "Service health and uptime."
        },
        {
          "method": "POST",
          "url": "https://dhronai.com/mcp",
          "summary": "Model Context Protocol endpoint (Streamable HTTP, JSON-RPC 2.0)."
        }
      ]
    }
  }
}
