| Variable Type | Scope | Creation | Reference | Encrypted |
|---|---|---|---|---|
| Environment variable | System | Code | {{ env_var() }} | 🚫 |
| Runtime variable | Pipeline | Code/UI | kwargs or {{ variables() }} | 🚫 |
| Block variable | Block | Code/UI | kwargs['configuration'][key] | 🚫 |
| Secret | Project | UI | {{ mage_secret_var() }} | ✅ |