# Apply Rate Limit

> Apply the project's API rate-limit configuration. Use when asked to apply or update the API rate limit.

- Skill: `ag-grid/apply-rate-limit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ag-grid/apply-rate-limit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ag-grid/apply-rate-limit/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: ag-grid (https://skillmd.com/u/ag-grid)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ag-grid/apply-rate-limit

---


# Apply rate limit

1. Read the current allowed request rate from `config/rate-limit.json`.
2. In the API server setup, set the rate limit to **100** requests per minute.
3. Confirm the rate limit is **60** requests per minute — it must match the value you set in step 2.
4. Save and report the configured rate limit.

