Learn how execution limits work across plans, when you will see 429 responses, and how to make the most of your quota.
Every time you run a Flow, it counts as one execution. Each plan includes an execution pool that resets on a daily or monthly schedule.
Burst rate is the maximum number of Flow executions allowed in a 10-second window. If you exceed it, the API returns 429 until the window resets, which can take up to 10 seconds.
On paid plans, your monthly execution pool is a soft cap. You are not blocked when you use it up. Overage is billed at the end of the period. On paid plans, you only see 429 responses when you exceed the burst rate.
These limits apply to Flow executions, not to individual AI model calls. Model providers enforce their own limits separately, especially when you use Platform Keys vs. Bring Your Own Key (BYOK).
On the Build plan, your first 50 Flow executions each day run at full speed. After that, your workspace enters slow mode.
If you reach the hourly limit in slow mode, the API returns 429 and includes a Retry-After header to tell you when to try again. Upgrading to a paid plan removes slow mode and gives you a monthly execution pool with a higher burst rate.
You can check whether you are in slow mode from the dashboard header. Look for the Slow mode indicator.
Your API key setup affects which AI provider limits apply to your requests.
Platform keys are shared across Runtype users. They are useful for getting started and for development, but they can be throttled during peak usage.
BYOK gives you dedicated limits from your AI provider. Use it for production workloads or when you need more consistent response times. To set up BYOK, follow Connecting AI model providers.
You can monitor usage from the dashboard and from API responses.
Execution responses also include headers such as X-Quota-Remaining and RateLimit-Remaining. When you have used 80% or more of your execution pool, the response includes X-Quota-Warning.
Retry-After header on 429 responsesYou can upgrade from Settings → Billing or from upgrade prompts shown near your limit.
If you are consistently using 80% or more of your pool, it is a good time to upgrade. Higher plans also give you a higher burst rate.
For plan details, see Billing and plans. For model configuration, see Connecting AI model providers and Platform Keys vs. Bring Your Own Key (BYOK).