Skip to main content
Secrets let you securely store sensitive values like API keys, passwords, and tokens that your agents’ workflows need to access external services. Secret values are encrypted and never exposed in the UI after creation. Navigate to Settings > Organization > Secrets to manage your secrets.

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
Click Create Secret to save. The value is encrypted and cannot be viewed again.

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.

Editing a Secret

Click the pencil icon on a secret’s row to update it. The key name cannot be changed after creation. To set a new value, click the locked value panel to reveal the input field. Leaving the value unchanged preserves the existing encrypted value.

Deleting a Secret

Click the trash icon on a secret’s row and confirm the deletion. This action cannot be undone. Any workflows referencing the deleted secret will lose access to it.

Searching

Use the search bar to filter secrets by name or description.

Visibility

Secrets is only visible to Admin, IT Admin, and Executive roles. Creating, editing, and deleting secrets requires Admin or IT Admin.