Search AirGarage spots and manage the rental lifecycle (start/get/end) via the AirGarage API
domain: docs.airgarage.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Contact api@airgarage.com to get an X-Api-Key access token (auth is a header key, not OAuth)
Call GET https://api.airgarage.com/spots with lat/lon (and page, since results paginate at 10 per page) to find nearby AirGarage-managed spots, returning pricing and availability fields
Call GET https://api.airgarage.com/spots/{uuid} for full detail on a single spot
Create a rental on behalf of a driver with POST https://api.airgarage.com/rentals, specifying rental_type (hourly, daily, or monthly), start_date/end_date, plates, and spot_uuid
End or cancel an existing rental with DELETE https://api.airgarage.com/rentals/{uuid}, e.g., to cancel an open-ended monthly rental
Known gotchas
This is a booking/rental API, not a revenue-reporting API - AirGarage's revenue/analytics dashboards (gross/net revenue, occupancy, turnover) are shown only in the owner dashboard UI, not exposed as documented endpoints
Monthly rentals with no end_date bill indefinitely until explicitly ended with DELETE - build cancellation into your flow so drivers aren't charged after they no longer need the spot
Spots pagination defaults to 10 per page, so multi-page loops are required for full-region coverage
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?