Introducing llm-auth
llm-auth is a small local credential manager for LLM developer tools. It
keeps API-key and subscription-OAuth credentials in a project .env file, with
metadata that makes each auth surface discoverable, testable, and refreshable.
The motivating problem is simple: local scripts, benchmarks, evals, and agent runners often need access to several LLM providers, but the credentials tend to end up scattered across shell profiles, one-off env files, and provider-specific token stores.
