> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform command center

> Monitor tenants, issuers, attestations, usage, and system health from the platform admin dashboard.

The platform command center is the landing page for platform administrators. It provides a real-time overview of system-wide metrics, pending actions, aggregate usage, and service health — all in a single view.

Navigate to the platform console and you will land on the **Platform Overview** page automatically.

<Info>
  The platform command center is only available to users with the **platform admin** role. Tenant-level users see the [tenant console dashboard](/guides/console-onboarding#after-onboarding) instead.
</Info>

## Primary metric cards

The top row displays four cards with live data:

| Card                   | What it shows                                                     |
| :--------------------- | :---------------------------------------------------------------- |
| **Total tenants**      | All registered tenants with active count and weekly signup trend  |
| **Total issuers**      | All issuers across the platform with the number currently trusted |
| **Platform users**     | Total user accounts across all tenants                            |
| **Total attestations** | Cumulative attestations minted with a seven-day trend indicator   |

Each card shows a trend badge — green for positive activity, amber when attention is needed.

## Secondary metric cards

A second row provides operational counters:

| Card                      | What it shows                                                                        |
| :------------------------ | :----------------------------------------------------------------------------------- |
| **Active API keys**       | Currently active keys out of total issued                                            |
| **Pending reviews**       | Tenant or issuer applications awaiting approval — links directly to the reviews page |
| **New signups (7d)**      | Tenant signups in the last seven days                                                |
| **New attestations (7d)** | Attestations minted in the last seven days                                           |

When **Pending reviews** is greater than zero, the card shows an "Action needed" badge and links to the review queue.

## Aggregate platform usage

Below the metric cards, a usage panel shows real-time consumption across all active tenants. The panel includes metered resources such as mints, verifications, storage, and API calls, displayed as progress bars against plan limits.

Click **Detailed Reports** to navigate to the [billing operations](/guides/billing-operations) page for per-tenant breakdowns.

<Tip>
  The usage panel pulls data from the same billing engine that enforces plan limits. If aggregate usage is climbing faster than expected, check individual tenant usage from **Billing > Tenants**.
</Tip>

## Pending reviews

The **Pending Reviews** section shows new tenant applications waiting for approval. Each entry displays the applicant's name and submission date. Click **Review** to open the full application, or **View All** to go to the reviews page.

When there are no pending applications, the section displays an empty state confirming the queue is clear.

## System status

A sidebar panel shows live health checks for core platform services:

| Service                  | What it monitors                            |
| :----------------------- | :------------------------------------------ |
| **API Gateway**          | Incoming request routing and rate limiting  |
| **Attestation Service**  | Credential minting and lifecycle operations |
| **Verification Service** | Credential verification and validation      |

Each service displays a status indicator — a pulsing green dot for **Operational** or a red dot for **Degraded**. The health data is fetched from the platform health endpoint on page load.

The panel also shows the current **platform version** number.

<Note>
  For detailed per-service latency, SLO tracking, error distribution, and trace lookup, use the [observability dashboard](/guides/observability#platform-observability).
</Note>

## Health indicators

At the bottom of the page, four indicator cards highlight items that may need attention:

| Indicator              | What it tracks                                           |
| :--------------------- | :------------------------------------------------------- |
| **Suspended tenants**  | Tenants whose access has been suspended                  |
| **Onboarding tenants** | Tenants still completing the onboarding wizard           |
| **Suspended issuers**  | Issuers that have been suspended from the trust registry |
| **Revoked issuers**    | Issuers whose trust status has been permanently revoked  |

Cards with a count of zero are dimmed. Any non-zero count is highlighted with an "Attention" badge so you can spot issues at a glance.

## Next steps

<CardGroup cols={2}>
  <Card title="Observability dashboard" icon="chart-line" href="/guides/observability">
    SLOs, service latency, error distribution, and trace lookup.
  </Card>

  <Card title="Health and readiness" icon="heart-pulse" href="/ops/health">
    Health endpoints, status page, and monitoring integrations.
  </Card>

  <Card title="Rate limits" icon="gauge" href="/ops/limits">
    Plan quotas and how to handle 429 and 402 responses.
  </Card>

  <Card title="Billing overview" icon="credit-card" href="/billing/overview">
    Plans, provider routing, and usage metering.
  </Card>
</CardGroup>
