Skip to main content

What’s a secret context?

A secret context is a set of key-value pairs.
  • The key is the name your workflow uses (e.g. api_key, login_username, login_password).
  • The value is the secret itself.
Create and edit contexts in the Secrets section of the dashboard, then attach one or more to a workflow when you create or edit it (see Quickstart). Screenshot showing how to create secret contexts in dashboard.
Secrets are encrypted at rest and never stored in plain text. During a run they’re only available inside an isolated sandbox, which is wiped when the run finishes. They’re never logged.