HTTP 401 from Claude API most likely indicates:
Select an answer to reveal the explanation.
Short Explanation and Infographic
401 = auth problem. 429 = slow down. Don't confuse them in your retry logic.
Full explanation below image
Full Explanation
401 is credentials/auth; 429 is rate limiting.