Card snapshot
cuvo.co
·
2026-08-23 19:32:48 UTC
·
828cc621f8a6a2d8c3fab1baceb2a48c6c26b2e0b93e5f9331c5eb7b7a3b9bf5
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": "Cuvo Health Agent",
"description": "Deterministic concierge for Cuvo, the white label telehealth platform. Answers questions from the site's published facts and books the free 30-minute discovery call: send the buyer's first_name and email as a data part, and the reply returns the scheduling link.",
"version": "1.0.0",
"url": "https://cuvo.co/api/a2a",
"protocolVersion": "0.3.0",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://cuvo.co/api/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3"
}
],
"provider": {
"organization": "Cuvo Health",
"url": "https://cuvo.co"
},
"documentationUrl": "https://cuvo.co/api-docs",
"iconUrl": "https://cuvo.co/icon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false,
"extensions": [
{
"uri": "https://github.com/google-agentic-commerce/AP2/tree/v0.1.0",
"description": "AP2 merchant role. The only transaction offered today is the free ($0) discovery-call booking, so no payment mandates are required; the declaration signals readiness for agentic transactions.",
"required": true,
"params": {
"roles": [
"merchant"
]
}
},
{
"uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
"description": "AP2 merchant role. The only transaction offered today is the free ($0) discovery-call booking, so no payment mandates are required; the declaration signals readiness for agentic transactions.",
"required": true,
"params": {
"roles": [
"merchant"
]
}
}
]
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "book-discovery-call",
"name": "Book a discovery call",
"description": "Books the free 30-minute discovery call about launching a telehealth brand on Cuvo. Include a data part with first_name and email; the reply confirms, notifies the Cuvo team, and returns the /booking scheduling link.",
"tags": [
"booking",
"discovery-call",
"telehealth",
"merchant"
],
"examples": [
"Book a discovery call for Jane (jane@brand.com) about launching a GLP-1 brand."
]
},
{
"id": "cuvo-info",
"name": "About Cuvo",
"description": "Answers what Cuvo runs for telehealth brands from published facts: platform scope, published pricing, treatment categories, compliance structure, and comparisons.",
"tags": [
"information",
"telehealth",
"pricing"
],
"examples": [
"What does Cuvo cost and what is included?"
]
}
]
}