OneCLI is an open-source credential and policy layer for AI agents. Store credentials once, inject them at request time, and control what your agents can do. Your agents never see the keys. Under the hood, OneCLI runs a transparent proxy that intercepts outgoing HTTP requests, checks them against your rules, injects credentials from an encrypted vault, and forwards them to the right service. No code changes needed. Manage everything from the web dashboard.Documentation Index
Fetch the complete documentation index at: https://onecli.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
How it works
onecli: Agent Vault
Run OneCLI as a Docker container. Point your agent’s HTTP traffic through it. OneCLI checks rules, injects stored credentials, and forwards requests to the target service. Your agent code doesn’t change at all.
Get started
Quickstart
Set up OneCLI and connect your first service in minutes.
How it works
Platform architecture: proxy, vault, rules, dashboard, and how the pieces fit together.
Rules
Block operations, rate-limit actions, and scope access per agent.
SDKs
Language SDKs for integrating with OneCLI programmatically.
Beyond secrets management
Why traditional vaults aren’t enough for AI agents.
Why we built this
skill + cli > mcp. The philosophy behind OneCLI.