Skip to content

cap-overview

Read-only visibility into per-tenant tier assignment and cap usage. SystemAdmin gets a platform-wide tenant list with usage bars; every member of a tenant gets their own tenant’s usage as dashboard cards. Reads tier-engine, billing-foundation, and tenant data plus app-owned usage tables via caller-supplied CapSpec callbacks — never writes.

What this feature needs to run (Requires).

flowchart TB
  n_cap_overview["cap-overview"]
  subgraph how_reqs["Requires"]
    n_tenant["tenant"]
    n_tier_engine["tier-engine"]
    n_billing_foundation["billing-foundation"]
  end
  n_tenant --> n_cap_overview
  n_tier_engine --> n_cap_overview
  n_billing_foundation --> n_cap_overview