Card snapshot
developers.kardinal.ai
·
2026-08-18 10:44:39 UTC
·
4505a9e1a47cadeff347781929605d7c6b68c914d90c7a6754a1484598fb6d7f
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.
{
"name": "Kardinal API",
"description": "Documentation for Kardinal's self-service logistics optimization API.",
"url": "https://developers.kardinal.ai/",
"version": "1.0.0",
"protocolVersion": "0.3",
"preferredTransport": "HTTP+JSON",
"supportedInterfaces": [
{
"url": "https://developers.kardinal.ai/",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"provider": {
"url": "https://developers.kardinal.ai/",
"organization": "Kardinal API"
},
"documentationUrl": "https://developers.kardinal.ai/",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "kardinal",
"name": "Kardinal",
"description": "Use when building route optimization integrations, modeling logistics problems from client data, creating delivery plans with constraints, or retrieving optimized solutions. Agents should reach for this skill when working with vehicle routing, order assignment, capacity planning, time windows, or real-time route reoptimization.",
"tags": [],
"url": "https://developers.kardinal.ai/.well-known/agent-skills/kardinal/skill.md"
}
]
}