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

# Dashboard

> Manage your account, API keys, usage analytics, and team settings from the Hey Chocolate Dashboard.

The [Hey Chocolate Dashboard](https://dashboard.heychocolate.com) is your central hub for managing everything related to your integration.

## Overview

When you log in, the dashboard provides a real-time overview of:

* **API usage** — Request volume, error rates, and latency over time
* **Impact metrics** — Aggregated CO2 calculations processed through your account
* **Active products** — Number of products with sustainability data
* **Compliance status** — DPP generation progress and EPD processing queue

## API key management

Navigate to **Settings > API Keys** to:

* Create new API keys with custom labels
* View usage per key
* Rotate or revoke keys
* Switch between sandbox and production environments

## Usage & analytics

The **Analytics** section shows:

| Metric                 | Description                                            |
| ---------------------- | ------------------------------------------------------ |
| **Requests**           | Total API calls broken down by query and mutation type |
| **Calculations**       | Number of impact calculations performed                |
| **Asset renders**      | Visualisation assets generated (Lottie, video, 3D)     |
| **Webhook deliveries** | Outgoing webhook calls and delivery status             |
| **Errors**             | Failed requests by error type and endpoint             |

## Team management

Invite team members with role-based access:

| Role          | Permissions                                      |
| ------------- | ------------------------------------------------ |
| **Owner**     | Full access including billing and key management |
| **Admin**     | Manage keys, products, and team members          |
| **Developer** | View keys, access API docs, view analytics       |
| **Viewer**    | Read-only access to analytics and reports        |

## Webhook configuration

Under **Settings > Webhooks**, configure endpoints to receive real-time notifications for events like:

* `product.impact_updated` — A product's impact score was recalculated
* `dpp.generated` — A Digital Product Passport was created
* `order.carbon_calculated` — An order's carbon footprint was computed

See [Webhooks](/api-reference/webhooks) for the full event reference.
