Common
Manage tenants and users
Platform admin is a separate plane from tenant accounts entirely — a different model, different roles, and its own login path — so tenant-level access never implies admin access.
How it works
- Admins authenticate with a static admin token or by logging in for an admin JWT
- A bootstrap admin is seeded automatically on first boot from environment-configured credentials
- Tenant and user tables support filtering, status changes, and password resets from one place
Good to know
- The admin role system is a distinct set of permissions from tenant roles — the two don't overlap

