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 → Secrets.
  2. Select Add, then enter Name, Value, and an optional Description. After saving, the value is masked and cannot be revealed again.
  3. Select Sync changes to publish the change.

Use in an Actionflow

For example, to use an API key in an Actionflow:

  1. Add an API node and create the required request header.
  2. Bind the header value from Context → Secret → your secret name.
  3. Run the Actionflow after the secret and Actionflow changes have been published.

Edit and delete

Update or remove secrets in the Secrets panel. Entering a new value replaces the saved value; leaving it unchanged keeps the existing secret. Changes take effect after the next Sync changes.

⚠️

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

Last updated on