{
  "specVersion": "1.0.0",
  "name": "Dhruvil Mistry AI Catalog",
  "description": "AI Resource Discovery (ARD) catalog for Dhruvil Mistry - AI Engineer portfolio, APIs, MCP servers, and agent tools.",
  "entries": [
    {
      "identifier": "urn:air:bydhruvil.in:agent:main",
      "displayName": "Dhruvil Mistry Portfolio & AI Assistant",
      "id": "urn:air:bydhruvil.in:agent:main",
      "name": "bydhruvil-main",
      "type": "agent",
      "version": "1.0.0",
      "description": "AI assistant and developer knowledge interface for Dhruvil Mistry (AI Engineer). Grounded on flagship AI projects (Minutz, Saral AI, Skin Cure, Clarity), technical background, and skills.",
      "url": "https://bydhruvil.in",
      "documentation": {
        "llms_txt": "https://bydhruvil.in/llms.txt",
        "agents_md": "https://bydhruvil.in/agents.md",
        "auth_md": "https://bydhruvil.in/auth.md",
        "developers_portal": "https://bydhruvil.in/developers",
        "openapi": "https://bydhruvil.in/openapi.json"
      },
      "endpoints": [
        {
          "name": "nlweb_ask",
          "url": "https://bydhruvil.in/ask",
          "method": "POST",
          "protocol": "NLWeb",
          "description": "Natural language question answering endpoint with SSE streaming support"
        },
        {
          "name": "chat_api",
          "url": "https://bydhruvil.in/api/dhruvil/chat",
          "method": "POST",
          "protocol": "REST",
          "description": "Conversational Q&A interface"
        },
        {
          "name": "mcp_server",
          "url": "https://bydhruvil.in/mcp",
          "method": "POST",
          "protocol": "MCP",
          "description": "Model Context Protocol JSON-RPC 2.0 endpoint"
        }
      ],
      "mcp": {
        "server_card": "https://bydhruvil.in/.well-known/mcp/server-card.json",
        "manifest": "https://bydhruvil.in/.well-known/mcp.json",
        "endpoint": "https://bydhruvil.in/mcp"
      },
      "skills": {
        "index": "https://bydhruvil.in/.well-known/agent-skills/index.json"
      },
      "trustManifest": {
        "publisher": "Dhruvil Mistry",
        "domain": "bydhruvil.in",
        "verified": true,
        "contactEmail": "dhruvilmistry16@gmail.com",
        "privacyPolicy": "https://bydhruvil.in/privacy",
        "termsOfService": "https://bydhruvil.in/terms",
        "httpSignaturesDirectory": "https://bydhruvil.in/.well-known/http-message-signatures-directory"
      }
    }
  ]
}
