Implement API rate limiting:
API type: ${{API_TYPE}}
User tiers: ${{USER_TIERS}}
Endpoints: ${{RATE_SENSITIVE_ENDPOINTS}}
Configure:
- Rate limit algorithms (token bucket, sliding window)
- Per-user limits
- Per-endpoint limits
- Burst handling
- Rate limit headers
- Graceful degradation
- Bypass for trusted IPs
- Monitoring and alertingOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{API_TYPE][{USER_TIERS][{RATE_SENSITIVE_ENDPOINTS]