Skip to main content
ClearMaas adds a small number of headers to every API response so you can inspect how your request was routed. They tell you which model served the call (in the same provider-prefixed format you’d pass as model); they don’t expose internal routing details like channel identifiers or upstream backend URLs.

Reading them in code

What ClearMaas does not expose

We deliberately do not add:
  • A provider or routed_to header or response field
  • Any internal routing identifier or upstream backend URL
  • Any header that tells a caller which upstream served the request
ClearMaas is a single provider from your application’s point of view. Internal routing is our concern, not your dependency.