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.
- 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.
- 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.