Accessing Environment Variables
Environment variables are accessed in the same way as normal Python scripts. Typically, this is with theos module.
Secrets
Secrets are encrypted in storage and during transport. You can create a secret by enabling the secret toggle when creating an environment variable in the dashboard.Required Environment Variables
Automation authors can specifyrequired_env_vars keys in an agent’s agent decorator.
