{"name":"Lucky Rentals AI Agent API","version":"1.0.0","description":"API for AI agents to discover vehicle availability and pricing","documentation":{"interactive":"/docs/api","landing":"/docs","openapi_yaml":"/openapi.yaml","openapi_json":"/openapi.json"},"openapi_url":"/api/agent/openapi","endpoints":{"depots":"/api/agent/depots","availability":"/api/agent/vehicles/availability","accessories":"/api/agent/vehicles/{vehicleId}/accessories","insurance":"/api/agent/vehicles/{vehicleId}/insurance-types","quotes":"/api/agent/quotes"},"workflow":["1. GET /api/agent/depots - Discover available locations","2. GET /api/agent/vehicles/availability - Find available vehicles","3. GET /api/agent/vehicles/{vehicleId}/accessories - Get vehicle accessories","4. GET /api/agent/vehicles/{vehicleId}/insurance-types - Get insurance options","5. GET /api/agent/quotes - Generate final price quote"],"rate_limit":{"requests":100,"window":"60 seconds"}}