Skip to content

Superadmin Flows

Platform metrics flow

sequenceDiagram
    participant UI as Metrics and platform screens
    participant API as superadmin endpoints
    participant DATA as metrics and platform state
    UI->>API: Load host, Redis, Django, storage, or worker data
    API->>DATA: Read current platform metrics or settings
    API-->>UI: Return operational overview

Worker tuning flow

sequenceDiagram
    participant U as Superadmin
    participant UI as Worker tuning screen
    participant API as tuning endpoints
    U->>UI: Adjust profile or custom worker settings
    UI->>API: Save and apply tuning
    API-->>UI: Return updated tuning state

Cross-company management flow

Company and user administration at superadmin scope uses dedicated client and user endpoints and is not limited to one active company.