Admin panel
Last updated 1 August 2026
The /admin route in the administration UI is the cross-organisation control plane reserved for platform operators. Where the /organisation and /settings modules configure a single organisation from the point of view of one of its members, /admin looks at every organisation on the platform and at every user record that spans them.
Who sees it
Access is granted by a distinct admin role that is not tied to any organisation membership. A normal owner or root member of an organisation does not automatically see the panel — the two concepts are deliberately separate. If you have logged in and cannot find the entry point, you are not currently in the operator group; ordinary tenant-level administration is done from /settings and /organisation instead.
What the panel exposes
- Organisations. Every organisation on the platform, its plan tier, member count, storage footprint, and lifecycle state (active, suspended, in trial, scheduled for deletion). Operators can impersonate into an organisation for support debugging without knowing member credentials — every impersonation session is written to
core__activityunder the operator's identity. - Users. Cross-organisation user records — the same
shop__contactrow can be a member of several organisations, and this view collapses those memberships into one row per user. Password resets, deletion requests, and GDPR data-export tickets originate here. - Global rate-limits and API keys. The default per-organisation rate-limit tiers, and a read-only view of the API keys issued organisation-side. Operators can revoke a leaked key without waiting for the owning organisation to notice.
- System audit. A high-fanout feed of the platform's
core__activityandcore__system_logstreams filtered to security-relevant events (root grants, member blocks, key revocations, permission changes).
Related articles
- Organization — a single organisation's own settings.
- Organization settings — technical/integration settings inside one organisation.
- System administration — deeper operator handbook covering incident response and rollback procedures.