{
  "specVersion": "1.0",
  "host": {
    "displayName": "Luggage Storage BA",
    "identifier": "luggagestorageba.com",
    "documentationUrl": "https://www.luggagestorageba.com/docs/agents"
  },
  "entries": [
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:luggagestorageba.com:api:public-point-discovery",
      "displayName": "Luggage Storage BA public location discovery API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://www.luggagestorageba.com/api/v1/openapi-public.json",
      "description": "Read-only discovery of public luggage storage locations, interval availability, public details and informative exchange rates.",
      "capabilities": [
        "LuggageStorageSearch",
        "PointAvailability",
        "ExchangeRates"
      ],
      "representativeQueries": [
        "Find available luggage storage in Buenos Aires for two suitcases today",
        "Show luggage storage near my coordinates for a specific check-in and check-out",
        "Find a luggage storage Point in Bariloche"
      ]
    },
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:luggagestorageba.com:skill:find-luggage-storage",
      "displayName": "Find Luggage Storage BA locations",
      "type": "text/markdown",
      "url": "https://www.luggagestorageba.com/.well-known/agent-skills/find-luggage-storage/SKILL.md",
      "description": "Instructions for agents that need to search public Luggage Storage BA availability without creating transactions.",
      "capabilities": [
        "LuggageStorageSearch",
        "TripPlanning"
      ],
      "representativeQueries": [
        "Where can I leave my bags in Buenos Aires?",
        "Which Luggage Points are available for my travel dates?"
      ]
    }
  ]
}