hubrouteplanner
Introduction
origin
Introduction
Give your AI agent (or your app) the ability to compute correct, up-to-date optimized routes on a real road network, in a single stateless HTTP call. Send your stops (and optionally your vehicles) and get back the most efficient way to visit them, complete with map-ready geometry you can draw straight onto a map.
Under the hood it runs the same engine that powers commercial dispatch software: a VROOM solver over a live road-distance matrix, with time windows, service durations, vehicle capacities, and car/van/truck/bike profiles (trucks obey HGV restrictions). Each route comes back as a GeoJSON LineString, so rendering the result is plug-and-play.
We rebuild the routing graph every day from the latest OpenStreetMap data, so your routes reflect current roads, including new streets, closures, and restrictions. Every request is stateless and idempotent: self-contained, with nothing stored.
⚠️ Coverage: Oceania only (Australia & New Zealand) for now. North America and Europe are coming soon.
Right now, every endpoint here is completely free to call, so you can build, test, and ship against real routing intelligence without spending a sat. After launch, it stays pay-per-call at just a sat or two per request: no account, no subscription, no minimums. And this is only the beginning. We're continuously adding new capabilities to the suite, so expect more cool features to keep landing here.