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.
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).
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.
It happens mostly with configurations š
Happy to help