Documentation Index
Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Node.js ≥ 20.12.0. Download at nodejs.org or install via your preferred version manager (
nvm,fnm, etc.). - Linux only: Install
libsecret-1-devbefore running the CLI if you want OS keychain support. See Linux: keychain support below.
Install
Verify the installation
0.1.3. If the command is not found, ensure your global npm bin directory is on your PATH.
Linux: keychain support
The Paubox CLI stores credentials in the OS keychain by default. On Linux, this requires the Secret Service API, which is provided by GNOME Keyring or KWallet. The underlyingkeytar library needs libsecret-1-dev at install time.
On Debian/Ubuntu:
libsecret is not available, credentials are stored in ~/.config/paubox/config.json with 0600 permissions (readable only by your user). The CLI will warn you when it falls back to file-based storage.