Skip to content
Back to Car Booking Agent

Card snapshot

vishalmysore-a2amcpdemo.hf.space · 2026-06-03 20:11:51 UTC · 25a6c9e85dc894214f1ed3f05bf602c2a2cc2c39029174aa314e242f25ab2a0f

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, including actions related to pricing, booking status, and listing car types.",
  "url": "http://r-vishalmysore-a2amcpdemo-p32b09d0-c4859-2zzkm:7860",
  "provider": {
    "organization": "Car Booking Inc.",
    "url": "https://example.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://example.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",
    "audio"
  ],
  "skills": [
    {
      "id": "carBooking",
      "name": "Car Booking",
      "description": "Actions related to car booking, including pricing and status checks.",
      "tags": [
        "car",
        "booking",
        "transportation"
      ],
      "examples": [
        "Get car pricing",
        "Check booking status",
        "List available car types"
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "audio"
      ]
    },
    {
      "id": "selenium",
      "name": "Selenium Actions",
      "description": "Actions related to web page interaction using Selenium.",
      "tags": [
        "web",
        "automation",
        "selenium"
      ],
      "examples": [
        "Perform web page action",
        "Scrape data from a webpage"
      ],
      "inputModes": [
        "text",
        "programmatic"
      ],
      "outputModes": [
        "text",
        "json"
      ]
    }
  ],
  "agentCapabilities": "Capabilities(streaming=true, pushNotifications=false, stateTransitionHistory=true)"
}