{"name":"Lucky Rentals AI Agent API","version":"1.0.0","description":"API for AI agents to discover vehicle availability and pricing","documentation":{"interactive":"https://www.luckyrentals.co.nz/docs/api","landing":"https://www.luckyrentals.co.nz/docs","openapi_yaml":"https://www.luckyrentals.co.nz/openapi.yaml","openapi_json":"https://www.luckyrentals.co.nz/openapi.json"},"ai_plugin":"https://www.luckyrentals.co.nz/.well-known/ai-plugin.json","openapi_url":"https://www.luckyrentals.co.nz/openapi.yaml","query_url":{"description":"AI Agents: You can also query vehicle availability on the website by appending search parameters to the /book URL.","example":"https://www.luckyrentals.co.nz/book?pick_up_depot_id=1&drop_off_depot_id=1&pick_up_date=YYYY-MM-DD&drop_off_date=YYYY-MM-DD"},"endpoints":{"depots":{"url":"https://www.luckyrentals.co.nz/api/agent/depots","description":"Get all available pickup and dropoff depot locations"},"availability":{"url":"https://www.luckyrentals.co.nz/api/agent/vehicles/availability","description":"Find available vehicles for specific dates and depots","example":"https://www.luckyrentals.co.nz/api/agent/vehicles/availability?pick_up_depot_id=1&drop_off_depot_id=1&pick_up_date=2026-05-12&drop_off_date=2026-05-20"},"accessories":{"url":"https://www.luckyrentals.co.nz/api/agent/vehicles/{vehicleId}/accessories","description":"Get available accessories for a specific vehicle","example":"https://www.luckyrentals.co.nz/api/agent/vehicles/123/accessories?pick_up_date=2026-05-12&drop_off_date=2026-05-20"},"insurance":{"url":"https://www.luckyrentals.co.nz/api/agent/vehicles/{vehicleId}/insurance-types","description":"Get insurance options for a specific vehicle","example":"https://www.luckyrentals.co.nz/api/agent/vehicles/123/insurance-types?pick_up_date=2026-05-12&drop_off_date=2026-05-20"},"quotes":{"url":"https://www.luckyrentals.co.nz/api/agent/quotes","description":"Generate a price quote for a selected vehicle and options","example":"https://www.luckyrentals.co.nz/api/agent/quotes?vehicle_id=123&pick_up_depot_id=1&drop_off_depot_id=1&pick_up_date=2026-05-12&drop_off_date=2026-05-20"}},"workflow":["1. GET https://www.luckyrentals.co.nz/api/agent/depots - Discover available locations","2. GET https://www.luckyrentals.co.nz/api/agent/vehicles/availability - Find available vehicles","3. GET https://www.luckyrentals.co.nz/api/agent/vehicles/{vehicleId}/accessories - Get vehicle accessories","4. GET https://www.luckyrentals.co.nz/api/agent/vehicles/{vehicleId}/insurance-types - Get insurance options","5. GET https://www.luckyrentals.co.nz/api/agent/quotes - Generate final price quote"],"rate_limit":{"requests":100,"window":"60 seconds"}}