Skip to Content

Manage Secrets

Store sensitive values (API keys, tokens) on the backend. Secrets are available only inside Actionflows — not in frontend bindings or client-side code.

Add a secret

Only Owner and Managers can manage secrets.

  1. Open Data tab → Secrets
  2. Click Add — set Name, Value, optional Description
  3. Click Sync changes if prompted

Use in Actionflow

In a flow node, bind via Context → Secret → your secret name.

Edit and delete

Update or remove secrets in the Secrets panel. Changing a secret value takes effect after the next Sync changes.

⚠️

Never expose secret values in client variables, page bindings, or published frontend code.

Last updated on