{
  "name": "Izzy Coffee Public Website",
  "description": "Public agent discovery card for Izzy Coffee coffee, product, collection, and store content.",
  "url": "https://www.izzycoffee.com",
  "version": "1.0.0",
  "protocolVersions": [
    "1.0.0"
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "HTTP+JSON",
      "url": "https://www.izzycoffee.com/.well-known/agent-card.json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "required": false,
        "params": {
          "roles": [
            "merchant"
          ],
          "status": "discovery-only",
          "reason": "AP2 autonomous payment mandates are not operational on this public site."
        }
      }
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "discover-izzycoffee",
      "name": "Discover Izzy Coffee",
      "description": "Find public Izzy Coffee pages, coffee products, collections, coffee tools, agent metadata, and contact information.",
      "tags": [
        "discovery",
        "website",
        "coffee",
        "products",
        "coffee tools"
      ],
      "examples": [
        "Find Izzy Coffee collection pages",
        "Summarize Izzy Coffee coffee and coffee tools resources"
      ]
    }
  ]
}