Endpoints

Each location exposes the same surface. Pick the endpoint closest to your callers, or use the routing hostname and let the edge decide.

Health

GET /healthz returns node identity and state as JSON. No authentication required; safe to poll.

Artifacts

GET /media/<path> serves model artifacts. Requests must carry a signature issued by the control plane; unsigned requests are answered with 403 signature_required rather than a 404, so that misconfigured clients are easy to spot in logs.

Map tiles

GET /tiles/<path> proxies the cartographic tile set used by the dashboard. Range requests are supported for pmtiles readers.

Rate limits

Default quota is 120 requests per minute per credential, burst 40. Contact support to raise it for an account.