Back to Viseon AI Router
Card snapshot
viseoncrawltest.uk
·
2026-05-18 23:17:52 UTC
·
9f22e40c53cc19f6e7a384d45a3540c925f94180adc977cad8d990b0f2b69593
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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
}