OneCLI
TLDR Dev
OneCLI is an open-source gateway that stores API credentials centrally and injects them into requests from AI agents without exposing the actual secrets to the agents themselves. The system uses AES-256-GCM encryption, a Rust-based HTTP gateway, and a Next.js dashboard to manage credentials, access tokens, and permissions across multiple agents. This approach allows teams to manage API access in one place, rotate keys easily, and audit agent activity without giving each agent raw credentials.
Why it matters
OneCLI is an open-source credential management gateway that securely injects API keys into AI agents without exposing the keys directly to them, with features like encrypted secret storage and pattern-based routing.