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

# Dashboard Overview

> A visual guide to the MetrixLLM dashboard.

The MetrixLLM dashboard is your central control panel for managing your AI gateway. Everything you configure here is applied automatically to live traffic — no deployments required.

## Navigation

The sidebar organizes your workspace into the following sections:

<CardGroup cols={2}>
  <Card title="Request Logs" icon="list" href="/dashboard/request-logs">
    Inspect every individual LLM call with full payloads, costs, and latency.
  </Card>

  <Card title="Cost Analytics" icon="chart-line" href="/dashboard/cost-analytics">
    Monitor and attribute AI spend across models, providers, and API keys.
  </Card>

  <Card title="Prompts" icon="pencil" href="/dashboard/prompts">
    Create, version, and deploy prompts without touching your code.
  </Card>

  <Card title="Playground" icon="flask-conical" href="/dashboard/playground">
    Interactively test prompts and compare models in a live IDE.
  </Card>

  <Card title="Guardrails" icon="shield" href="/dashboard/guardrails">
    Configure content and safety rules applied at the gateway layer.
  </Card>

  <Card title="Routing Rules" icon="arrow-right-arrow-left" href="/dashboard/routing-rules">
    Define fallback chains and retry logic for your requests.
  </Card>

  <Card title="API Keys" icon="key" href="/dashboard/api-keys">
    Create and revoke keys for your applications.
  </Card>

  <Card title="Settings" icon="gear" href="/dashboard/settings">
    Configure workspace-level options like caching and data retention.
  </Card>
</CardGroup>

## Workspaces

At the top of the sidebar you will see a **Workspace selector**. Each workspace is a fully isolated environment with its own API keys, logs, routing rules, and provider credentials.

A common setup is to have one workspace per environment:

* `Production`
* `Staging`
* `Development`

Switching workspaces updates all pages to show only that workspace's data.
