{
  "name": "GPAuto Agent",
  "version": "1.0.0",
  "description": "AI agent for GPAuto.tn — auto parts search, catalog browsing, order management, and vehicle compatibility lookup for Tunisia.",
  "url": "https://gpauto.tn",
  "supportedInterfaces": [
    {
      "type": "a2a",
      "url": "https://gpauto.tn/.well-known/agent-card.json",
      "transport": "https"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "search-auto-parts",
      "name": "Search Auto Parts",
      "description": "Search for auto parts by reference, OE number, brand, or vehicle compatibility in the GPAuto catalog."
    },
    {
      "id": "vehicle-compatibility",
      "name": "Vehicle Compatibility Lookup",
      "description": "Find compatible parts for a specific vehicle by make, model, year, and engine."
    },
    {
      "id": "order-management",
      "name": "Order Management",
      "description": "Browse and manage auto parts orders placed through gpauto.tn."
    }
  ],
  "provider": {
    "organization": "GPAuto Tunisia",
    "url": "https://gpauto.tn"
  }
}