geo

Geo Gateway

Auth-gated proxy to in-cluster routing & geocoding backends.

Endpoints
All require Authorization: Bearer <key>. Path after /api/v1/ mirrors the OSRM API surface.
GET /api/v1/route/{profile}/{coords} — shortest path
GET /api/v1/table/{profile}/{coords} — duration/distance matrix
GET /api/v1/nearest/{profile}/{coords} — snap to nearest road
GET /api/v1/match/{profile}/{coords} — map matching
GET /api/v1/trip/{profile}/{coords} — TSP-style trip
Coverage
Backed by self-hosted OSRM. Region: Illinois + Indiana + Michigan. Adding states requires a manifest + refresh-version bump in system/open-platform (workload 205-osrm-router.yaml).