Linear Rate Limiting
Installation
SKILL.md
Linear Rate Limiting
Reference: https://linear.app/developers/rate-limiting
Two budgets
Linear bills against:
- Request rate — per-IP, per-token (tier dependent: free ~1500/h, paid higher)
- Complexity points — per-token (~5000/h typical)
The complexity budget is what bites large queries. Each query has a cost based on:
- Field count
- Connection sizes (
first: 100costs more thanfirst: 10) - Nested resolves