# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arcee.ai/other/platform-walkthrough/api-usage-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
