Skip to content

Secured Vault

The Secured Vault stores sensitive values (API tokens, passwords) encrypted for your organization.

  • Custom API call steps that need a bearer token
  • Any secret that should not sit in a spinner definition as plain text

LLM keys for the AI agent are usually added under AI providers, which also stores them securely. Prefer that path for LLMs.

Screenshot needed
Vault list with one or more secrets (masked values).
Where: Secured Vault
Save as: src/assets/screenshots/23-vault.png
  • Use clear labels (twilio_auth_token, not key1).
  • Rotate secrets by updating the vault entry.
  • Never print secrets in Log steps or function-tool return values.