22
Views
3
Comments
Solved
[AI Agent Builder] Get error 429 Too many requests
ai-agent-builder
Reactive icon
Forge asset by Leonardo Pires
Application Type
Reactive

Hi to All.


Does anyone tried this Ai Agent? I just got my API Key from Gemini and setup the Agent based on the component documentation and I keep getting the error 429 Too many requests.

What could be?


Regards,

Alex Lima.

2024-10-09 04-44-30
Bhanu Pratap
Solution

The 429 Too Many Requests error in AI Agent Builder usually means you've hit the rate limit of the external AI provider you're using.

This is not an OutSystems limit — it's coming from Google's side (requests per minute / tokens per minute / day quota).

Quick fixes people normally try:

- Wait 1–5 minutes (or up to an hour in heavy cases) and try again — most limits reset quickly.

- Check your Gemini API key quota & usage here: https://aistudio.google.com/app/apikey (look at rate limits and current usage)

- Implement exponential backoff + retry logic in your actions/calls to the AI Agent (very common pattern for 429 errors).

- If you're testing heavily → consider upgrading your Gemini plan for higher limits (free tier is quite restrictive).

2021-09-20 20-55-59
ALEX LIMA

Thanks Bhanu Pratap.

I just realized that I forgot to send the moldel“s name. Beginner at AI stuff. Anyway, thanks for the quick response.


Regards,

Alex Lima.



2024-10-09 04-44-30
Bhanu Pratap

It happens mostly with configurations šŸ˜…

Happy to help

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.