{
  "name": "HeatPumps.co Service Agent",
  "description": "Helps other agents discover heat pumps services, validate project details, and submit consented quote requests.",
  "supportedInterfaces": [
    {
      "url": "https://heat-pumps.co/a2a/message:send",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://heat-pumps.co/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Blue Shoe Media",
    "url": "https://heat-pumps.co"
  },
  "version": "1.0",
  "documentationUrl": "https://heat-pumps.co/agents.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "discover_heat_pumps_services",
      "name": "Discover heat pumps services",
      "description": "List available services and configured service regions.",
      "tags": [
        "heat pumps",
        "local-services",
        "discovery"
      ],
      "examples": [
        "List available services",
        "List supported locations"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "request_heat_pumps_quote",
      "name": "Request a heat pumps quote",
      "description": "Validate project details and submit a quote request after explicit user consent.",
      "tags": [
        "heat pumps",
        "quote",
        "lead-generation"
      ],
      "examples": [
        "Validate these quote details",
        "Submit this quote after the user consents"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "search_heat_pumps_catalog",
      "name": "Search the heat pumps catalog",
      "description": "Search structured product data without submitting personal information.",
      "tags": [
        "heat pumps",
        "catalog",
        "research"
      ],
      "examples": [
        "Search the product catalog"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}
