What is API Rate Limiting?
Limiting the number of API requests a client can make within a specific timeframe. Protects servers from overload and abuse. Claude API has per-minute token limits, exceeding which returns 429 errors. When designing Agents, implement retry logic and exponential backoff.