Auth

Bearer token on every authed request.

No token: /datasets. Monthly parquet downloads under /data/are static files served by the edge; they don't require a token.

Token required: /history, /live. Create one on the API Keys page, then send it as:

Authorization: Bearer YOUR_TOKEN

Missing or invalid token → 401 with code: unauthorized.