{
  "name": "SeatLayer Documentation Router",
  "description": "A public, read-only A2A service that routes integration questions to authoritative SeatLayer documentation and machine-readable resources.",
  "supportedInterfaces": [
    {
      "url": "https://seatlayer.io/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "SeatLayer",
    "url": "https://seatlayer.io/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://docs.seatlayer.io/agents/overview/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "route-seatlayer-documentation",
      "name": "Route SeatLayer documentation",
      "description": "Return authoritative documentation URLs for integration, checkout, SDK, venue design, pricing, authentication, and MCP questions.",
      "tags": [
        "documentation",
        "reserved-seating",
        "integration"
      ],
      "examples": [
        "Where is the server-side booking guide?",
        "How does Designer MCP authentication work?"
      ]
    }
  ]
}
