> For the complete documentation index, see [llms.txt](https://docs.arcee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcee.ai/other/platform-walkthrough/api-usage-management.md).

# API Usage Management

#### API Usage Overview

To view your API usage, navigate to **Usage** under the API section of the left sidebar.

**Call Volume**

The **Call Volume** tab provides a real-time overview of your workspace's API activity.

You can see:

* **Total API Calls** – Cumulative number of requests made
* **Total Credits** – Total credits consumed
* **Active Users** – Number of users currently interacting with the API
* **Live API Call Graph** – Visualizes requests as they come in
* **Latency and Credit Charts** – Track request times and credit usage over time

<figure><img src="/files/s6t5HItQqjaN7UFn4FiB" alt=""><figcaption></figcaption></figure>

#### Logs

The **Logs** tab shows a detailed, real-time stream of API activity.

Each log entry includes:

* **Time (UTC)**&#x20;
* **User**&#x20;
* **Key**
* **Route**&#x20;
* **Model**
* **Status**
* **Credits Used**
* **Source IP**

<figure><img src="/files/n5oqtZVpJBkw9OxH9bNB" alt=""><figcaption></figcaption></figure>

Click the eye icon on any row to inspect the request and response details. Logs can also be downloaded as a CSV.
