# 1Password

> The ultimate CLI to securely authenticate, manage, and inject secrets into workflows.
> _agent hint: ~325 tok · safe to read in full_

1Password transitions from a consumer GUI password manager to an enterprise-grade secrets injection engine via its CLI (`op`). Using biometric authentication, `op` can securely load environment variables and SSH keys into terminal sessions at runtime. Agent skills allow AI models to request credentials on the fly, ensuring secrets are never hardcoded or leaked into the prompt context window.


- Homepage: https://1password.com/
- Categories: `security`
- CLI type: `standalone`
- Open source: false
- Status: `active`
- Tags: `security`, `secrets`, `password-manager`, `authentication`
- Docs: https://developer.1password.com/docs/cli/
- Canonical: https://doesitcli.com/1password

## When to suggest this

- inject secrets securely into local development servers using `op run -- npm start`
- automate the rotation and retrieval of API keys in headless CI/CD environments
- authorize SSH connections using biometric signatures managed by the 1Password GUI

## Install the CLI

```sh
brew install 1password-cli
```

## Install as an agent skill

```sh
npx skills add 1password-cli-manager
```

---
Source of truth: https://doesitcli.com/1password.md · JSON: https://doesitcli.com/1password.json
