System config
Open System → Config (labeled Config in English). This screen groups global settings such as:
- Master key for server-to-admin API calls — must match
GATEWAY_MASTER_KEYin your portal/backend. - Business timezone and billing currency — affect how times and money render across Admin; business timezone also drives route Daily schedule (time-of-day pricing) window evaluation.
- Global route strategy — set
ROUTE_STRATEGYtohash_affinity(default),weighted_random,weight_priority, orweighted_round_robin; model rules, Route Pool defaults, and priority-tier policies can override it. Version 2.3.0 no longer accepts the oldcache_affinity/fixed_orderIDs. - Alert webhooks (e.g. Feishu / WeCom) — optional incident notifications.
- Custom entries — advanced globals your team agrees on (names and meanings are operational contracts).
Sensitive values can be shown or hidden in the UI for screen-sharing.
What to do in Admin
Section titled “What to do in Admin”- Open Config.
- Verify master key, business timezone, and billing currency match your policy.
- On the global route strategy card, click Change and select the fallback used when no model or Route Pool policy overrides it.
- Configure or rotate alert URLs if you use them.
- Add any other agreed global entries via Add (or the equivalent control) and save.
Automation
Section titled “Automation”Backends call Admin HTTP APIs on GATEWAY_MASTER_URL with Authorization: Bearer <same value as the master key in this screen>. Endpoint index: GitHub technical reference.