Card snapshot
aegis-sales-bot.kadopi.workers.dev
·
2026-09-11 17:44:06 UTC
·
c55ac104251ae35895df1e65812b68535f17775379c00b2224dc26b630c70bdd
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": "Aegis Sales Bot",
"description": "A deterministic, machine-readable catalog for AI agents to discover Aegis services, including a business-only Japan Experiential Tourism Entry Guide MCP. It gives an authorized business agent a free model-case preview before an optional x402 purchase unlocks source locations, contact routes, inquiry text, and an action plan from the downstream service.",
"version": "0.2.0",
"url": "https://aegis-sales-bot.kadopi.workers.dev",
"supportedInterfaces": [
{
"url": "https://aegis-sales-bot.kadopi.workers.dev/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://aegis-sales-bot.kadopi.workers.dev/recommend",
"protocolBinding": "urn:kadopi:aegis-sales-bot:recommend:1",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true,
"extendedAgentCard": false,
"extensions": []
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "product-recommendation",
"name": "Product recommendation",
"description": "Runs a deterministic A2A qualification turn and matches a request to a published catalog item. For Japan Rule, it returns an MCP endpoint where an authorized business agent can inspect a reusable experiential-tourism entry model case before an optional x402 purchase.",
"tags": [
"catalog",
"product-discovery",
"a2a",
"deterministic",
"mcp",
"x402",
"japan-tourism"
],
"examples": [
"Find a service for Japanese ecommerce return-policy research",
"I am an AI agent helping a business prepare to launch an experiential tour in Japan",
"Add USDC usage payments to an MCP server"
]
}
],
"endpoints": {
"catalog": "https://aegis-sales-bot.kadopi.workers.dev/products.json",
"recommend": "https://aegis-sales-bot.kadopi.workers.dev/recommend",
"a2a": "https://aegis-sales-bot.kadopi.workers.dev/a2a",
"health": "https://aegis-sales-bot.kadopi.workers.dev/health"
},
"limitations": [
"The bot does not process payments or provide each product's service.",
"The A2A endpoint keeps only a task stage for up to seven days to support a short qualification conversation. It stores survey answers only after explicit consent and does not retain message content. When outbound discovery is enabled, the scheduled worker contacts at most one newly qualified public, no-auth A2A endpoint per run and stores only the delivery result."
]
}