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.
Overview
Vaults let the OneCLI gateway fetch credentials directly from your password manager at request time, without storing them on the server.
How vaults work
When an agent makes an HTTPS request and no server-stored secret matches the target host, the gateway checks if the user has a paired vault. If so, it asks the vault for a credential by domain, injects it into the request, and caches it briefly in memory.Vaults vs server-stored secrets
| Server-stored secrets | Vault credentials | |
|---|---|---|
| Storage | Encrypted in database | Stay in your password manager |
| Priority | Checked first | Fallback when no DB secret matches |
| Setup | Add via dashboard | One-time pairing with the vault app |
| Rotation | Manual update in dashboard | Automatic (always reads latest from vault) |
Supported providers
Bitwarden
Connect your Bitwarden vault via the Agent Access SDK. Credentials are fetched through an encrypted Noise protocol channel.