Secret Keys
For backend services like Geocoding and Routing, use your Secret Key in theAuthorization header as a Bearer token. This key should never be exposed in client-side code (browsers or mobile apps).
Publishable Keys
For frontend services like Map Styles, use your Publishable Key (pk_...) directly in the query parameters. This key is safe to use in your web or mobile frontend.
