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

# Live Auth Monitor

> Live provider health, request distribution, and provider drill-downs from the CCS home route

# Live Auth Monitor

The home route now exposes a live provider-health monitor rather than the older
radial-only view. It starts as a provider grid, then drills into one provider
at a time for account-level flow inspection.

## Overview

Access the auth monitor from the dashboard Home page:

```bash theme={null}
ccs config
# View "LIVE Account Monitor" section
```

## Landing View

The default view shows the current request distribution by provider:

* live pulse plus "updated Xs ago" freshness indicator
* summary cards for accounts, success, failed, and success rate
* provider cards with account count, inline success/failure totals, success-rate
  bar, and account dots
* click a provider card to open the focused account-flow view

## Provider Drill-Down

Selecting a provider opens the detailed flow view for that provider:

* account-level request flow visualization
* per-account state and request totals
* pause or resume actions without leaving the page
* quota tooltips and provider-specific badges where quota-backed providers
  expose them
* back navigation to return to the provider grid

## Status Signals

Use the cards and drill-down together:

* green-biased cards indicate clean request flow
* amber or red signals point to degraded or failed providers
* the monitor keeps selection in local storage, so reopening the dashboard can
  return you to the same provider drill-down

<Tip>
  The monitor refreshes continuously. When investigation becomes log-heavy, use
  the Home route's logs handoff card to jump into `/logs` for request-level
  inspection.
</Tip>

## Related

* [Dashboard Overview](/features/dashboard/overview)
* [Dashboard Logs](/features/dashboard/logs)
* [CLIProxy API](/features/proxy/cliproxy-api)
