Card snapshot
vishalmysore-a2amcpdemo.hf.space
·
2026-06-30 23:23:57 UTC
·
5474f4a518c92183f75db6088a3902c5e6d7046747e52f9602bc9fd3a297bd70
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": "Car Booking Agent",
"description": "This agent provides capabilities for car booking and Selenium actions.",
"url": "http://r-vishalmysore-a2amcpdemo-p32b09d0-c4859-ppvs4:7860",
"provider": {
"organization": "CarBooking Inc.",
"url": "https://www.carbookinginc.com"
},
"version": "1.0.0",
"documentationUrl": "https://www.carbookingagent.com/docs",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"authentication": {
"schemes": [
"ApiKey"
],
"credentials": "Basic",
"valid": true,
"bearerAuth": false,
"basicAuth": false
},
"defaultInputModes": [
"text",
"voice"
],
"defaultOutputModes": [
"text",
"voice"
],
"skills": [
{
"id": "carBooking",
"name": "Car Booking",
"description": "Provides functionalities to book a car, check pricing, and view booking status.",
"tags": [
"car",
"booking",
"transportation"
],
"examples": [
"Book a sedan",
"Get pricing for SUV",
"Check booking status"
],
"inputModes": [
"text",
"voice"
],
"outputModes": [
"text",
"voice"
]
},
{
"id": "selenium",
"name": "Selenium Automation",
"description": "Automates web page interactions using Selenium.",
"tags": [
"automation",
"web",
"Selenium"
],
"examples": [
"Open a web page",
"Fill out a form",
"Click a button"
],
"inputModes": [
"text",
"voice"
],
"outputModes": [
"text",
"voice"
]
}
],
"agentCapabilities": "Capabilities(streaming=true, pushNotifications=false, stateTransitionHistory=true)"
}