Secrets

Store API keys and credentials for tools.

Workspace → Secrets holds encrypted credentials referenced by tools as {{ secret.API_KEY }} style placeholders. Values are never shown again after creation — only names and prefixes.

Using secrets in tools

  1. Create a secret with a memorable name (e.g. STRIPE_API_KEY).
  2. In a tool definition, reference it in headers or body templates.
  3. At runtime the engine resolves the secret from the vault — not from the flow JSON.

Revoke

Revoking a secret immediately breaks tools that depend on it. Create a replacement secret and update tool configs before revoking the old one.