Skip to main content

4. Global Control Plane (All Systems / Portfolio)

Functional Documentation

1) Purpose

The Global Control Plane is the top-level portfolio dashboard (/) for organization-wide AI operations and compliance oversight.

It is designed to answer:

  • How many AI systems are running, and in which lifecycle state.
  • What total traffic, risk, and spend look like.
  • Whether compliance coverage is improving or lagging.
  • Which systems need immediate action (integration missing, high-risk, suspended, and related conditions).

2) What This Page Controls

  • Portfolio-wide KPI computation (requests, threats, spend, savings, compliance score).
  • Cross-system visibility (status badges, risk class, model/provider tags).
  • Entry points into each system's detail control plane.
  • New system onboarding entry (+ Register New AI System).
  • System deletion workflow (authorized roles only).
  • Organization context switching (for multi-organization users).

3) Role and Visibility Model

  • owner/admin
    • Can create systems.
    • Can delete systems.
    • Can view model-efficiency recommendations.
  • member/operator
    • Portfolio visibility is read-only (no create/delete controls).
  • If no organization memberships exist but customer assignments exist, the user is redirected to deployer workspace.

4) Main Modules on the Page

Header Summary

  • Displays organization name and dashboard subtitle.
  • Displays quick status counters:
    • live
    • high-risk
    • suspended
    • total systems

Portfolio KPIs (Last 7 Days)

  • Total Spend.
  • Threats Intercepted.
  • Token Usage (Input / Output).
  • Compliance Score.
  • Projected Savings.

Cost Visibility Chart

  • Area chart over selectable windows:
    • 7d, 30d, 90d, 1y

Prompt Categories

  • Bubble clusters of top prompt categories/intents across all systems.
  • Bubbles are clickable and route to system prompts view with optional intent query.

Model Efficiency Recommendation (Conditional)

  • Visible for owner/admin only.
  • Uses recent traffic sample and rule-based recommendation thresholds.

Business Value Card

  • Projected savings.
  • Total ROI.
  • Active agents.
  • Model spend.

AI Systems Grid

  • One card per AI system.
  • Shows status, risk class, models, provider, and integration warnings.
  • Card click opens system detail.

5) KPI Logic (Operational Behavior)

  • Total Requests: counts portfolio events where source is ingest or guard.
  • Threats Intercepted: increments on pii_detected, security_block, security_alert.
  • Total Spend: sum of cost_usd.
  • Projected Savings: sum of metadata field projected_savings_usd.
  • Cost Spiking badge (Spiking vs Stable):
    • Spiking when latest-day spend is greater than 1.25x average spend for the active display window.
  • Compliance Score:
    • Primary mode: (completed sections / total sections) * 100.
    • Portfolio sections are aggregated per system (8 sections per system).
    • Fallback mode applies only if section totals are unavailable.
  • ROI display:
    • Displays N/A until spend reaches a floor ($1) to avoid misleading ratios.

6) Buttons and Controls

ControlLocationVisibilityActionResult
+ Register New AI SystemSidebar/footer and empty stateowner/adminOpens onboarding sheetMulti-step system creation flow
Organization switcherSidebar topMulti-org usersOpen org dropdownEnables org context selection
Org dropdown itemOrg switch menuMulti-org usersSelect orgSets active org and redirects to /
7d / 30d / 90d / 1yCost Visibility cardAll rolesSwitch rangeRefilters chart window
Prompt category bubblePrompt CategoriesAll rolesClick categoryRoutes to prompts page with optional intent filter
System card (entire card)AI Systems gridAll rolesClick cardOpens /system/{id}
Delete icon (X)System card top-rightowner/adminOpen confirmationDisplays delete dialog
CancelDelete dialogowner/adminClose dialogNo deletion
Delete systemDelete dialogowner/adminCalls delete actionDeletes system and refreshes dashboard
Mobile nav buttonTop-left on mobileAll rolesOpen nav sheetSidebar navigation on mobile
User menuSidebar bottomAll rolesOpen profile menuProfile and auth actions
ProfileUser menuAll rolesNavigateOpens /profile
Sign outUser menuAll rolesSign-out actionEnds session

7) System Card Semantics

  • Status badge:
    • Live, In Review, Suspended, Maintenance, Draft
  • Risk badge:
    • High-Risk or Standard
  • Model tags:
    • Parsed from configured model catalog/name.
  • Provider tag:
    • Provider name when present.
  • Customer Managed tag:
    • Indicates system is managed through customer assignment.
  • SDK integration required badge:
    • Shown when integration is expected but no active API key is detected and system is not customer-managed.

8) Empty-State Behavior

If zero systems exist:

  • Dashboard displays No AI systems yet.
  • If the user has owner/admin permissions and org context is valid, + Register New AI System is shown in empty state.
  • If org membership is missing, an organization/policy message is displayed.

9) Operational Notes

  • Portfolio charts and KPIs are computed from stored telemetry, not static configuration values.
  • Compliance score is portfolio-aggregated, not single-system only.
  • Topic bubbles intentionally filter internal operational labels so category insights stay user-meaningful.