The Vault (Encrypted) tab stores sensitive secrets using Fernet encryption (AES-128-CBC). Secrets stored here can be referenced in workflows and integrations without exposing their raw values.Typical values stored in the Vault include API keys, authentication tokens, passwords, certificates, and external service credentials.Scope
Use the Scope dropdown to manage secrets at the appropriate level:| Scope | Description |
|---|
| Project | Secrets shared across all flows within the project. |
| Flow | Secrets scoped to a specific workflow. |
| Run | Secrets that exist only during a single workflow execution. |
Secrets Table
| Column | Description |
|---|
| Key | The secret name used to reference the value in workflows. |
| Value | Masked for security — the raw value is never displayed after creation. |
| Type | The data type of the secret. |
| Actions | Edit or delete the secret. |
Use the Search datastore field to find a secret by key name.Add a Secret
-
Select the + Add Secret button.
-
Fill in the Create Variable form:
| Field | Description |
|---|
| Name | The key name used to reference this secret in workflows. |
| Type | The data type of the value: String, Number, Boolean, or Object. |
| Value | The secret value to encrypt and store. |
-
Select Add to save the secret.
Vault values are encrypted at rest. Once saved, the raw value cannot be retrieved — only replaced. Store a secure copy of any secrets before saving them here.