Routing Studio
Inspect a Key's Effective Routing
Returns the routing rules that will actually drive completions for an API key right now.
GET
Inspect a Key's Effective Routing
Returns the Routing Studio snapshot that will actually drive completions for the given key, plus aDocumentation Index
Fetch the complete documentation index at: https://docs.hitheo.ai/llms.txt
Use this file to discover all available pages before exploring further.
source enum so the dashboard can tell the customer where it came from. The four sources mirror the resolution cascade:
key— per-key rules (either the hidden preference or a shared preference explicitly bound to this key).org_default— no per-key binding; falling back to the active org’s default preference.user_default— no per-key, no org default; falling back to the user’s personal default preference.none— nothing applies; the routing engine runs unmodified.
Authentication
Requires a Bearer token with thebilling API key scope and access to the key.
Request Examples
Response
is_per_key: true— the active source is the hidden per-key preference (i.e. rules saved via/api/v1/keys/{id}/routing-rules).preference_name— friendly label. Hidden per-key preferences render as"This key's rules"so the__key:marker never leaks into customer-facing surfaces.- When
sourceis"none",preference_idandpreference_namearenulland the rule/example arrays are empty.
Errors
404 not_found— Key doesn’t exist, is revoked, or isn’t accessible to the caller.
Inspect a Key's Effective Routing
