Configure environment variables and secrets for autonomous agent execution.
Set environment variables that will be available to the agent during task execution. These are useful for configuration values that aren't sensitive.
Securely manage sensitive credentials and API keys in the sandbox. Secrets are encrypted at rest and exposed as environment variables in the isolated sandbox during task execution. The agent may exfiltrate these secrets through code changes, logs, or external requests, so only provide secrets necessary for the task and only use the agent with repositories you trust.
If the same key exists in both environment variables and secrets, the environment variable value takes precedence.
Environment Variables