{
  "name": "Home Fixed Service Intake Agent",
  "description": "Governed intake for home repair and construction requests across Almería, Spain. Requests require customer authority and remain subject to human review; no automatic booking, payment or dispatch occurs.",
  "supportedInterfaces": [
    {
      "url": "https://www.homefixed.com/api/agent/request",
      "protocolBinding": "https://www.homefixed.com/protocols/aion-a2a-commerce-v1.json",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Home Fixed",
    "url": "https://www.homefixed.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.homefixed.com/agentmap.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "partnerBearer": {
      "httpAuthSecurityScheme": {
        "scheme": "bearer",
        "description": "Partner credential issued out of band after business and agent verification."
      }
    }
  },
  "security": [{"partnerBearer": []}],
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "home-repair-request",
      "name": "Submit a governed home repair request",
      "description": "Submit an authorised customer request for roofing, painting, handyman, windows and doors, pools, rendering, general building, kitchens or bathrooms in Almería.",
      "tags": ["home-repair", "construction", "quote-request", "almeria"],
      "examples": ["Request a human-reviewed roof-leak inspection in Mojácar next week."],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"]
    }
  ]
}
