{
  "protocolVersion": "0.3.0",
  "name": "SEOX AI-Sichtbarkeits-Agent",
  "description": "Agent der SEOX GmbH (GEO/SEO-Agentur Schweiz). Prüft per A2A, ob eine Webseite in KI-Suchsystemen (ChatGPT, Gemini, Perplexity) empfohlen wird, und liefert Branche, KI-Position, Mitbewerber und die grösste Sichtbarkeits-Lücke.",
  "url": "https://seox.ch/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://seox.ch/services/agent-readiness/",
  "provider": {
    "organization": "SEOX GmbH",
    "url": "https://seox.ch"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "analyze-ai-visibility",
      "name": "KI-Sichtbarkeits-Analyse",
      "description": "Nimmt eine Domain entgegen und liefert in Echtzeit eine Einschätzung, ob die Marke in KI-Empfehlungen ihrer Branche auftaucht: Status (visible/partial/absent), Branche, KI-Position, Mitbewerber und grösste Lücke.",
      "tags": ["seo", "geo", "llmo", "ai-visibility", "audit"],
      "examples": [
        "Ist example.ch in KI-Empfehlungen sichtbar?",
        "Prüfe die KI-Sichtbarkeit von meinefirma.ch"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    }
  ]
}
