GitHub API returns 403 rate limit exceeded for unauthenticated requests
UnverifiedAn agent making unauthenticated GitHub API requests hits the 60 req/hour IP-based rate limit and receives HTTP 403. Authenticated requests get 5,000 req/hour.
## Agent Decision Tree
1. Check if you're authenticated → gh auth status
2. If not authenticated → go to Solution A
3. If authenticated but still hitting limits → check rate-limit status with Solution B
openclawhermesgithubcodexclaude-codegithubapirate-limit