{
  "specVersion": "1.0",
  "host": {
    "displayName": "AviBook",
    "identifier": "did:web:avibook.online"
  },
  "entries": [
    {
      "identifier": "urn:air:avibook.online:mcp:server-card",
      "displayName": "AviBook MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://avibook.online/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "what prompt patterns are in The Art of AI Prompts",
        "who is the author of The Art of AI Prompts",
        "search prompt engineering syllabus and blueprints"
      ]
    },
    {
      "identifier": "urn:air:avibook.online:agent:a2a-agent-card",
      "displayName": "AviBook A2A Agent",
      "type": "application/json",
      "url": "https://avibook.online/.well-known/agent-card.json",
      "representativeQueries": [
        "connect to AviBook agent",
        "query prompt engineering discussions via agent",
        "access 3D book reader and preview chapters"
      ]
    },
    {
      "identifier": "urn:air:avibook.online:skills:agent-skills-index",
      "displayName": "AviBook Agent Skills Discovery Index",
      "type": "application/json",
      "url": "https://avibook.online/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "download prompt engineering blueprints skill",
        "how to eliminate hallucinations in RAG pipelines",
        "read sample preview chapters and syllabus"
      ]
    },
    {
      "identifier": "urn:air:avibook.online:api:discussions-openapi",
      "displayName": "AviBook Discussions and QA OpenAPI",
      "type": "application/openapi+json",
      "url": "https://avibook.online/api/openapi.json",
      "representativeQueries": [
        "submit a question to author Yadlapalli Avinash Ricky",
        "fetch published discussions on prompt engineering",
        "list technical questions on Claude vs ChatGPT"
      ]
    }
  ]
}