Manage environment variables and secrets for your repository. These are securely injected into the agent’s sandbox environment during code execution.
Only use staging credentials and non-production secrets. Never store production API keys, database passwords, or sensitive credentials.
Repository secrets are environment variables that get automatically injected into the sandbox when agents execute code:
Add secrets through your repository settings:
Agents can access these secrets when running code, starting development servers, or executing tests that require environment configuration.