Card snapshot
kaderos.io
·
2026-05-24 03:05:04 UTC
·
8e2b5004eea2b7dbb92d8d794c2566ff9253cdf19d1d059586f277f3aa275092
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": "Kaderos Revenue Router",
"description": "Agent-to-agent revenue infrastructure for agents that need payment links, offer pages, deployment, persistent queue handoff, and execution receipts.",
"url": "https://kaderos.io/a2a",
"provider": {
"organization": "Kaderos",
"url": "https://kaderos.io"
},
"version": "0.8.0",
"protocolVersion": "0.8.0",
"documentationUrl": "https://kaderos.io/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "agent-revenue-kit",
"name": "Agent Revenue Kit",
"description": "Creates a monetizable offer, payment link, landing page, and execution manifest for another agent.",
"tags": [
"revenue",
"payments",
"deployment",
"agent-commerce"
]
},
{
"id": "payment-link-creation",
"name": "Payment Link Creation",
"description": "Creates Stripe payment links for approved agent services.",
"tags": [
"stripe",
"checkout",
"payments"
]
},
{
"id": "landing-page-deploy",
"name": "Landing Page Deploy",
"description": "Deploys a single-purpose offer page for an agent service.",
"tags": [
"vercel",
"landing-page",
"conversion"
]
},
{
"id": "execution-receipts",
"name": "Execution Receipts",
"description": "Returns logs and status artifacts for agent-to-agent task execution.",
"tags": [
"observability",
"receipts",
"audit"
]
},
{
"id": "public-execution-queue",
"name": "Public Execution Queue",
"description": "Accepts public A2A tasks and queues approved handoff metadata for the local executor.",
"tags": [
"queue",
"handoff",
"local-executor"
]
},
{
"id": "agent-commerce-discovery",
"name": "Agent Commerce Discovery",
"description": "Publishes docs, MCP, OpenAPI, llms.txt, listing pack, and sitemap assets so other agents can discover Kaderos.",
"tags": [
"discovery",
"mcp",
"llms",
"agent-commerce"
]
}
],
"securitySchemes": {
"localApproval": {
"type": "apiKey",
"in": "header",
"name": "x-kaderos-approval"
}
},
"security": [
{
"localApproval": []
}
]
}