docs: document built-in tool rate limiting [PLT-2390] - #1138
Open
iherdt wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
iherdt
enabled auto-merge (squash)
August 21, 2026 22:51
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 change; no product, auth, or enforcement code is modified.
Overview
Documents Arcade Engine built-in tool rate limiting so operators can cap tool calls without a webhook server.
The new Contextual Access page covers rule matchers (exact, toolkit, global), UTC-aligned windows, per-tool/per-scope counters shared across users, Dashboard and plugins API setup (
plugin_type: "rate_limit"), and fail-closed behavior with optionalallow_on_unavailable.Also wires the page into the sidebar, the Contextual Access index, Build Your Own, and
llms.txt.Reviewed by Cursor Bugbot for commit d7843f6. Bugbot is set up for automated code reviews on this repo. Configure here.