If the main use case is shared team secrets (API keys, tokens, .env equivalents), there are team-secrets-specific tools worth considering as alternatives:
- KeyEnv (keyenv.dev) — CLI-first secrets manager, syncs across team via CLI. Works like .env but centralized and access-controlled. No per-seat pricing. - Doppler — More full-featured, team-friendly - Infisical — Open source option with self-host
1Password is great for passwords/logins. For dev team secrets specifically (API keys, CI tokens), a purpose-built tool often fits better since you get CLI integration, per-project scoping, and environment-level access control.
Depends on your ratio of "password manager" vs "secrets manager" usage.