Secured Vault
The Secured Vault stores sensitive values (API tokens, passwords) encrypted for your organization.
When to use Vault
Section titled “When to use Vault”- 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.pngGood practice
Section titled “Good practice”- Use clear labels (
twilio_auth_token, notkey1). - Rotate secrets by updating the vault entry.
- Never print secrets in Log steps or function-tool return values.