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.

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.