← All extensions
Secrets
ivyx✓
Keep your API keys and tokens somewhere safe, in your OS keychain or in HashiCorp Vault
Secrets
Store API keys and tokens securely and reuse them across your extensions — no more pasting credentials into settings or code. The Secrets sidebar keeps everything in one place.
What you can do
- Add, view, copy, and delete secrets from the Secrets sidebar.
- Keep credentials in a backend of your choice: an encrypted local store or HashiCorp Vault.
- Let other extensions read the secrets they need (like a kernel token or an MLflow login) without exposing the values.
Getting started
- Open Secrets from the activity bar.
- Install a backend for where your secrets should live:
- Secret Manager — Local stores them on this machine, encrypted by your OS keychain.
- Secret Manager — Vault stores them in HashiCorp Vault.
- Use + to add a secret, then reference it from any extension that needs it.
Requirements
- Desktop app.
- At least one backend extension (Local or Vault) installed to actually store values.