# Your API Usage

## How to monitor your API usage

You can track how many API calls your team is making directly in the[ MadKudu Admin console ](https://admin.madkudu.com/) > **Settings** > **API Usage**&#x20;

You can track the usage by API key and endpoints&#x20;

> 💡 **Note:** API calls made via **MCP tools** (e.g. AI agents, workflows) also count toward your usage.

## What’s included in my plan

If your workspace has the **API Access add-on**, it includes a monthly allowance of API calls.

> Need more volume?\
> → Reach out to your CSM to discuss increasing your limit or upgrading your plan.


---

# 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://developers.madkudu.com/getting-started/your-api-usage.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.
