Skip to content

Superadmin Architecture

The superadmin area extends the admin layer with platform-wide controls, cross-company visibility, infrastructure metrics, worker tuning, and tenant-independent operating functions.

Functional role

Superadmin routes cover:

  • companies and cross-company users
  • shared administration modules reused from admin
  • host, Redis, and Django metrics
  • worker tuning
  • platform-wide cleanup and storage oversight
  • AI management at platform scope

Route boundary

Frontend routes under /superadmin/* are protected by SuperAdminRoute and backed by /api/core/superadmin/* plus reused shared endpoints where appropriate.

API reference and testing

The live API reference is available here:

Use it whenever you need to inspect platform endpoints, compare request bodies, or manually test superadmin actions. Protected calls require a valid JWT in Authorization: Bearer <token>.

Design consequence

The superadmin area is both a management layer and an operations console. It is where infrastructure-facing product behavior becomes visible inside the application.