← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

OneCLI Open-Source Credential Gateway Secures AI Agent API Access

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • OneCLI is an open-source credential gateway for AI agents.
  • It injects API keys transparently, preventing agents from directly accessing them.
  • Features include a Rust gateway, Web Dashboard, and AES-256-GCM encrypted storage.
  • Supports multi-agent environments with scoped permissions.

Introduction of OneCLI

OneCLI is a newly released open-source credential gateway designed to enhance security for AI agents. It functions as an intermediary between AI agents and the services they interact with, managing API keys and other credentials centrally.

Addressing AI Agent Security Risks

The primary motivation behind OneCLI is to mitigate the security risks associated with embedding raw API keys directly into AI agents. As AI agents often need to call numerous APIs, providing each agent with direct access to credentials creates a significant vulnerability. OneCLI centralizes credential management, allowing for easier key rotation, access control, and activity monitoring.

How OneCLI Operates

Users store real API credentials within OneCLI and provide AI agents with placeholder keys. When an agent initiates an HTTP request through the gateway, OneCLI intercepts the request, replaces the placeholder key with the actual, decrypted credential, and injects it into the outbound request. This process ensures that AI agents never directly handle sensitive secrets.

The system comprises a Rust-based HTTP gateway for intercepting and injecting credentials, a Next.js web dashboard for managing agents, secrets, and permissions, and an AES-256-GCM encrypted secret store. Credentials are decrypted only at the time of request and matched based on host and path patterns.

Key Features and Deployment

OneCLI offers transparent credential injection, encrypted secret storage, host and path matching for routing secrets, and multi-agent support with scoped permissions. It can be run locally via a curl install script or by cloning the GitHub repository and using Docker Compose. The quick start mode operates in a single-user, no-login configuration, with options for Google OAuth for multi-user environments.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~39 min · 35 stories · Jul 22

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

OneCLI, an open-source credential gateway, has been released to manage API keys for AI agents. It addresses the security risk of embedding raw credentials directly into AI agents by transparently injecting them into outbound requests.