For enterprise Claude API usage, which practice BEST manages credentials?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Treat API keys like production passwords: secrets manager, least privilege, rotation — never in the browser or git.
Full explanation below image
Full Explanation
Enterprise security requires server-side secret storage, access control, rotation, monitoring, and never shipping keys to browsers or public repos. Slack sharing and public commits are anti-patterns.