PLUTO AGENT
  • Home
  • Guide
Getting Started
Agent Builds
Agent Models
Agent Tools
API Endpoints
PricingRate Limits

Rate Limits

API Endpoints have a rate limit called requests per minute (RPM). This limit controls how many requests your account can send in a minute. Go over it and the extra requests come back as 429 Too Many Requests until the next minute begins.

You can see your current limit any time on the Monitor page.

Tiers

TierRequests per minuteHow you get it
Tier 110The default for every new account
Tier 260Automatic the first time you buy credits
Tier 3300 or higherOn request

Tier 3 is the top tier, and it is not a fixed number: 300 RPM is the usual starting point. If you need a higher RPM, send a request using the form on the Monitor page.

The limit applies to your account, not to an individual API key. Creating more keys does not raise it.

When You Go Over

A request over your limit gets a 429 Too Many Requests response with a Retry-After header telling you how many seconds to wait before retrying.

Response
HTTP/1.1 429 Too Many Requests Retry-After: 42

A 429 does not cost you any credits. The limit is checked before your agent runs, so a throttled request never reaches it and you never get charged.

Handle 429s the same way you'd handle any transient error: wait for the number of seconds in Retry-After, then retry.

Requesting an Increase

Open the Monitor page and click the Request a Limit Increase button. Tell us the RPM you need, roughly how many daily users you expect, and what you are building.

We respond by email. Once a new limit is applied, it takes effect within a few minutes.

Last modified on September 11, 2026
Pricing
On this page
  • Tiers
  • When You Go Over
  • Requesting an Increase