{
  "$schema": "https://a2a-protocol.org/latest/schema/agent-card.json",
  "name": "Brixel Painting Agent",
  "version": "1.0.0",
  "description": "Agent representing Brixel Painting to help schedule painting estimates and explore services.",
  "supportedInterfaces": [
    {
      "type": "chat",
      "url": "https://brixelpainting.ca/contact"
    }
  ],
  "capabilities": [],
  "skills": [
    {
      "id": "get-quote",
      "name": "Get Quote",
      "description": "Get a painting service quote for a project"
    },
    {
      "id": "services",
      "name": "List Services",
      "description": "List available painting services"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Get contact information for Brixel Painting"
    }
  ]
}
