{
  "name": "State of AI Search",
  "description": "Search the public, source-grounded State of AI knowledge base and return citation-ready results.",
  "version": "1.0.0",
  "provider": {
    "organization": "State of AI",
    "url": "https://stateofai.pages.dev"
  },
  "supportedInterfaces": [
    {
      "url": "https://stateofai.pages.dev/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "url": "https://stateofai.pages.dev/a2a",
  "protocolVersion": "0.3.0",
  "preferredTransport": "JSONRPC",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "search-state-of-ai",
      "name": "Search State of AI",
      "description": "Find enterprise AI research, technical analysis, benchmarks, findings, and wiki concepts. Results include canonical citation metadata.",
      "tags": ["enterprise AI", "research", "search", "citations"],
      "examples": [
        "Find evidence on AI coding productivity",
        "What controls prevent runaway agent token costs?",
        "Compare Azure OpenAI and AWS Bedrock total cost"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    }
  ]
}
