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.
- Open Data tab → Secrets
- Click Add — set Name, Value, optional Description
- 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.
Related Reading
Last updated on