{
  "name": "AZ Pristine Painting Website Agent",
  "version": "1.0.0",
  "description": "Agent-readable business profile and lead intake discovery for AZ Pristine Painting LLC, a residential and commercial painting contractor serving the Phoenix, Arizona metro area. No live A2A runtime endpoint is operated; this card is published for agent-to-agent discovery only.",
  "provider": {
    "organization": "AZ Pristine Painting LLC",
    "url": "https://azpristinepainting.com/"
  },
  "documentationUrl": "https://azpristinepainting.com/agent-readiness.md",
  "supportedInterfaces": [
    {
      "url": "https://azpristinepainting.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/AP2/tree/v0.1.0",
        "description": "AP2 agentic payments are not supported because this is a lead-generation service site, not an online checkout flow.",
        "required": false,
        "params": {
          "roles": [],
          "note": "AP2 payments are not currently supported because this is a lead-generation service site, not an online checkout flow."
        }
      }
    ]
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "read-services",
      "name": "Read painting services",
      "description": "Retrieve public information about residential and commercial painting services offered by AZ Pristine Painting LLC.",
      "tags": ["services", "painting", "residential", "commercial"],
      "examples": ["What painting services do you offer?", "Do you do exterior painting?"]
    },
    {
      "id": "request-quote",
      "name": "Request a painting quote",
      "description": "Guide a user to submit a quote or contact request through the public website form. This skill does not submit data autonomously; it directs the user to the public form with their consent.",
      "tags": ["quote", "estimate", "contact", "lead"],
      "examples": ["I want a free painting estimate.", "How much does interior painting cost?"]
    },
    {
      "id": "contact-business",
      "name": "Contact the business",
      "description": "Return public contact, phone, email, and service-area information for AZ Pristine Painting LLC.",
      "tags": ["contact", "phone", "email", "service area"],
      "examples": ["What is your phone number?", "What areas do you serve?"]
    }
  ]
}
