oc
Give your agents access,
not your secrets.
Open-source credential vault. Your agents call services and never see a key.
curl -fsSL onecli.sh/install | sh
Works with any agent framework
Add OneCLI, remove the risk
agent never sees keys
It happened to her.
It won't happen to you.
META's head of AI safety and alignment gets her emails nuked by OpenClaw
>be director of AI Safety and Alignment at Meta
>install OpenClaw
>give it unrestricted access to personal emails
>it starts nuking emails
>"Do not do that"
>*keeps going*
>"Stop don't do anything"
>*gets all remaining old stuff and nukes it aswell*
>"STOP OPENCLAW"
>"I asked you to not do that"
>"do you remember that?"
>"Yes I remember. And I violated it."
>"You're right to be upset"



People giving OpenClaw root access to their entire life

AI researcher
“CLIs are super exciting precisely because they are a “legacy” technology, which means AI agents can natively and easily use them.”
CEO, Vercel
“Google has shipped a CLI for Google Workspace. 2026 is the year of Skills & CLIs.”
OpenClaw creator
“Agents are really, really good at calling CLIs (actually much better than calling MCPs).”
COO, GitHub
“GitHub Copilot CLI is generally available with custom agents, multi-model autopilot, and much more.”
How it works
1. Start OneCLI
docker run -d -p 10254:10254 -p 10255:10255 -v onecli-data:/app/data ghcr.io/onecli/onecli{
"status": "running",
"dashboard": "localhost:10254",
"gateway": "localhost:10255"
}2. Add credentials
open http://localhost:10254{
"credentials": ["google", "github", "slack"]
}3. Your agent just works
curl -x http://localhost:10255 https://gmail.googleapis.com/gmail/v1/users/me/messages{
"messages": [
{ "from": "alice@acme.co", "subject": "Re: Q3 roadmap" },
{ "from": "github@noreply.com", "subject": "PR #42 merged" },
{ "from": "linear@linear.app", "subject": "ONC-118 assigned to you" }
]
}What you get
Zero code changes
Set HTTPS_PROXY and your agent's existing HTTP calls get credentials injected. No SDK, no wrapper.
Encrypted vault
Credentials stored in local KMS or OneCLI Cloud. Never written to disk in plain text.
Full audit trail
See every API call, which agent made it, and when. Set limits, approve or deny in real-time.
One Docker container
Proxy, vault, and dashboard all run from a single docker run command.
