## Dashboard

The ModelStack dashboard at [modelstack.cc/dashboard](https://modelstack.cc/dashboard) is your central hub for managing API keys, monitoring usage, and handling billing.

## Features

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" href="/dashboard/api-keys">
    Create, name, and revoke API keys. View key usage and last-used timestamps.
  </Card>
  <Card title="Analytics" icon="analytics" href="/dashboard/analytics">
    Monitor request volume, token usage, model breakdown, and error rates in
    real time.
  </Card>
  <Card
    title="Billing & Usage"
    icon="credit_card"
    href="/dashboard/billing-usage"
  >
    View credit balances, manage your subscription, purchase lifetime credits,
    and review transaction history.
  </Card>
  <Card title="Account Settings" icon="settings">
    Update your profile, email, and account preferences.
  </Card>
</CardGroup>

## Getting Started

1. **Sign in** at [modelstack.cc](https://modelstack.cc) with your email or Google account
2. **Create an API key** to start making requests
3. **Monitor usage** through the analytics dashboard
4. **Manage credits** from the billing page
