OneCLI: Open-Source Gateway That Keeps Secrets Away From AI Agents
Developers Jonathan and Guy built OneCLI, an open-source network gateway that sits between AI agents and the external services they call, so that credentials are never directly exposed to the agent. It verifies each request by host and path, swaps a placeholder for the real secret, and forwards the request — the agent never sees the actual key. The tool integrates with Bitwarden and 1Password vaults, with secrets encrypted at rest.
Full text
hey HN, Jonathan and Guy here, creators of OneCLI ( https://onecli.sh/ ). OneCLI is an open source vault for AI Agents. Traditional vaults are used to store your secrets and, on demand, provide them to you all in a secure way, trusting the person to keep them safe. We figured that in the agent's world, this is not the case, as you don't know what happens with the secret after it's delivered to the agent, or where it was saved. Or maybe someone even manipulated them to hand them over... From that understanding, we decided to build a network gateway that sits between your AI agents and the services they call. OneCLI matches the request by host/path, verifies the agent should have access, swaps the placeholder for the real credential, and forwards the request.
the secrets set inside the OneCLI vault, encrypted on rest, or could fetch in realtime from your bitwarden / 1password wallets. Demo - https://www.youtube.com/watch?v=5e5pbPEzZfY . We started working on this by accident, even though our careers were in the security space. We were working on a devtool called ChartDB, an open-source DB tool. When OpenClaw took off back in January, we started using it to orchestrate agents on top of ChartDB. We quickly understood there is a big issue around auth. Agents need credentials to do real work, but to give them those secrets would not be the best idea. they keep them in their memory and also write them down to local files and their sessions as plain text. And we knew that agents can easily be fooled into giving up those API keys/secrets. So we needed some way to control the agent and stop prompt injections from tricking it into using its services for an attacker's benefit. Not providing the keys to the agent + adding alerts or human-in-the-loop for sensitive operations, in case someone manipulates the agent, and access logs are being audited. We use it ourselves daily. My OpenClaw runs my day across Attio, Gmail, and my calendar, with human-in-the-loop approval on sensitive actions. The approval is enforced at the network layer, so it holds whether the agent goes through MCP, CLI, curl, or code it wrote on the fly. Guy uses it to review PRs but can't merge without his approval. Companies mostly use it for coding agents currently, which get creative about finding ways to elevate their permissions to reach the goal. With OneCLI, it doesn't matter what the agent finds: if the request isn't in policy, it will not go through. The proxy is written in Rust, the dashboard is Next.js, and secrets are AES-256-GCM encrypted at rest. Everything runs in a Docker container. It works with any agent framework (Claude Code, Codex, Cursor, OpenClaw, Hermes or anything that can set an HTTPS_PROXY). It won't stop an agent from misusing access it legitimately has, so scope policies tightly! happy to answer anything. We believe we can't trust the model to behave and have to set deterministic rules to stay in control. Comments welcome!
Comments URL: https://news.ycombinator.com/item?id=49023427
Points: 16
# Comments: 6
💻 Technology
Enterprise AI agents produce confident wrong answers due to context gap, study of 101 firms finds
VentureBeat · 8d ago
💻 Technology
Prismata: new technique to confine cross-site prompt injection in web agents
Hacker News · 14d ago
💻 Technology
SubjectiveZero: open-source agentic node editor for creative coding
Hacker News · 14d ago
💻 Technology
Developer Releases Open-Source LangGraph-Style Framework for Swift
Hacker News · 18d ago
💻 Technology
Enterprise AI agents produce confident wrong answers due to context gap, study of 101 firms finds
VentureBeat · 8d ago
Should network gateways like OneCLI become standard in AI agent systems?
Comments
No comments yet
Comments
No comments yet — be the first to weigh in 👇
No comments yet. Be the first!