{
  "protocolVersion": "0.3.0",
  "name": "Viseon AI Router",
  "description": "A routing agent that delegates user requests to the most appropriate specialist agent. Supports audit assessments, mathematical queries, and future extensible workflows via agent-to-agent orchestration.",
  "url": "https://viseoncrawltest.uk/api/router-a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://viseoncrawltest.uk/api/router-a2a"
    }
  ],
  "provider": {
    "organization": "Differentia Consulting",
    "url": "https://viseoncrawltest.uk"
  },
  "version": "1.0.0",
  "documentationUrl": "https://viseoncrawltest.uk",
  "iconUrl": "https://viseoncrawltest.uk/favicon.ico",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "route_request",
      "name": "Route Request",
      "description": "Routes incoming requests to the most appropriate specialist agent, including audit assessments and mathematical queries.",
      "tags": [
        "router",
        "orchestration",
        "a2a",
        "audit",
        "math"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"],
      "examples": [
        "Run an audit on my website",
        "I want an audit assessment",
        "Explain exploding dots",
        "What are the prime factors of 84?"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}