{
  "protocolVersion": "1.0",
  "name": "AB500 Artist Research Agent",
  "description": "Read-only research over AB500's public catalogue of artist dossiers, editions, collections, and bibliographies.",
  "version": "1.0.0",
  "url": "https://maxand98.com/a2a?tenant=ab500",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [{
    "url": "https://maxand98.com/a2a?tenant=ab500",
    "protocolBinding": "JSONRPC",
    "protocolVersion": "1.0",
    "tenant": "ab500"
  }],
  "capabilities": {"streaming": false, "pushNotifications": false, "extendedAgentCard": false},
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [{
    "id": "search-artist-dossiers",
    "name": "Search artist dossiers",
    "description": "Search the live AB500 artist catalogue by artist name, slug, subtitle, or dossier tier and return canonical dossier URLs.",
    "tags": ["artists", "dossiers", "editions", "bibliographies"],
    "examples": ["Find the 0xphiiil dossier", "Search for generative artists"],
    "inputModes": ["text/plain"],
    "outputModes": ["text/plain"]
  }],
  "securitySchemes": {},
  "security": []
}
