> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/product-updates-for-public-and-private-clouds-customers/aqua-news/rate-limits-for-public-cloud-users.md).

# 🔒 Rate Limits for Public Cloud Users

To ensure fair and stable access for everyone, aqua applies **rate limits** to API requests made from public cloud environments. This helps prevent system overload and ensures reliable performance for all users.

Below you’ll find an overview of the rate limits that apply, what they mean, and how they may impact your usage.

## &#x20;API Rate limits

| What               | Limit                      |
| ------------------ | -------------------------- |
| Agents             | 20 requests **per second** |
| Upload attachments | 20 uploads **per minute**  |
| Upload images      | 20 uploads **per minute**  |
| API                | 20 requests **per second** |

## ❗What happens if you hit the limit?

If you exceed the allowed rate:

* You may receive a **temporary delay** before requests are accepted again.
* In some cases, repeated abuse may result in **temporary blocking** of access from your IP.

Don’t worry—normal usage shouldn’t trigger these limits. If you believe your team needs higher thresholds (e.g., for automated tools or integrations), please reach out to our support.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.aqua-cloud.io/documentation/product-updates-for-public-and-private-clouds-customers/aqua-news/rate-limits-for-public-cloud-users.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.
