{
  "protocolVersion": "5.0.0-dummy",
  "name": "Alpaca Concierge",
  "description": "Sample A2A agent card for a fictional alpaca concierge agent.",
  "version": "1.0.0-sample",
  "url": "https://agents.example.com/alpaca-concierge/a2a",
  "provider": {
    "organization": "Chinchilla Labs",
    "url": "https://example.com/chinchilla-labs"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["Bearer"]
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "book-alpaca-walk",
      "name": "Book Alpaca Walk",
      "description": "Schedules a walk with one of the alpacas.",
      "tags": ["scheduling", "alpaca"]
    },
    {
      "id": "find-squirrel-cache",
      "name": "Find Squirrel Cache",
      "description": "Locates the nearest known squirrel cache.",
      "tags": ["search", "squirrel"]
    }
  ]
}
