Monday morning cross-tenant triage
20 clients, all think they're top priority. You need an objective number to pick the first 3.
- Login as MSP admin → sidebar 'MSP cockpit'
- Tenants sorted by urgency descending
- Click top tenant → opens in tenant context
- Filter urgency > 50 for your morning's work
↳ Filter urgency > 50 = typically 2-5 tenants. Top 3 = morning's work. The rest can wait this week, not today.
Same via API (text) — for automation
urgency = (open_critical × 10)
+ (open_high × 3)
+ (sla_breach_minutes / 60)
+ (kev_open_cves)
+ (trust_score_delta_24h × -2) -- a drop is urgent
+ (overdue_eats × 5)
/msp/cockpit sorts every tenant in your portfolio
by this composite. Filter urgency > 50 → typically
2-5 tenants. Top 3 = your morning's work.