Adding a secret
Click + Add Another to add a new secret. Each secret has a name (used as the environment variable key) and a value. The value is masked after saving and never displayed in full again.Always on
Each secret has an Always on toggle. When enabled, the secret is automatically attached to every task you run without needing to select it manually. When disabled, you can still attach the secret to specific tasks or automations by selecting it at task creation time.Using secrets in tasks
When starting a task, click Secrets in the task bar to select which secrets to make available for that run. Any secrets with Always on enabled are pre-selected automatically. Secrets are available to agents as environment variables using the name you assigned. For example, a secret namedGITHUB_TOKEN is accessible as $GITHUB_TOKEN inside the sandbox.

