docs: document built-in tool rate limiting [PLT-2390] - #1138
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
iherdt
enabled auto-merge (squash)
August 21, 2026 22:51
evantahler
approved these changes
Aug 24, 2026
| | `CHECK_FAILED` | Deny the operation; `error_message` is shown to the agent | | ||
| | `RATE_LIMIT_EXCEEDED` | Deny with rate-limit semantics | | ||
|
|
||
| For per-tool call caps that need no webhook server, Arcade also enforces [built-in rate limits](/operate/governance/contextual-access/rate-limiting). |
Contributor
There was a problem hiding this comment.
Suggested change
| For per-tool call caps that need no webhook server, Arcade also enforces [built-in rate limits](/operate/governance/contextual-access/rate-limiting). | |
| For per-tool call caps that need no webhook server, Arcade also offers [built-in rate limits](/operate/governance/contextual-access/rate-limiting). |
…miting-docs # Conflicts: # public/llms.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a public docs page for the Engine's built-in tool rate limiting under Contextual Access, plus navigation and cross-links:
app/en/operate/governance/contextual-access/rate-limiting/page.mdxToolkit.*,*), limits, time windows (s,m,h,d,mo)plugin_type: "rate_limit"), org and project scopeallow_on_unavailable_meta.tsx, card on the Contextual Access index, cross-link from Build Your OwnWhy
Rate limiting shipped in the Engine and the Dashboard, but there was no public documentation for configuring it. Closes the docs gap tracked in PLT-2390.
Verification
apps/engine/pkg/plugins/ratelimit/), API schemas, and route registration in ArcadeAI/monorepoNote
Low Risk
Documentation-only changes with no runtime or API behavior modifications.
Overview
Adds public documentation for Engine-native tool rate limits under Contextual Access, covering configuration and enforcement behavior without a custom webhook.
A new Rate Limiting page explains rule matchers (exact, toolkit, global), time windows, pre-execution enforcement, UTC fixed windows, most-specific-rule wins, per-tool and org/project scoping (shared across users), agent-facing denial messages, Dashboard setup, and
plugin_type: "rate_limit"via the plugins API—including fail-closed behavior when limits cannot be verified and per-ruleallow_on_unavailable.Navigation is wired through sidebar
_meta, a card on the Contextual Access hub, a cross-link from Build Your Own (contrasting webhookRATE_LIMIT_EXCEEDEDwith built-in caps), and an entry inpublic/llms.txt.Reviewed by Cursor Bugbot for commit b7a1467. Bugbot is set up for automated code reviews on this repo. Configure here.