Adding a Secret
Click Add Secret to open the creation dialog:- Key - A unique identifier for the secret (e.g., “STRIPE_API_KEY”)
- Value - The sensitive value to store. Hidden by default with an option to reveal while typing.
- Description - An optional note to help identify the secret’s purpose
Using Secrets
Secrets are available in workflow node configurations. Type/ in any workflow node field and look for your secret under the secret category. This lets workflows authenticate with external services without exposing credentials.
Secrets can also be referenced via Secure Metadata for values that should never be passed to the language model.