Secrets
Define secrets in [inputs]
Section titled “Define secrets in [inputs]”[inputs]DATABASE_URL = { type = "secret", label = "Database URL", required = true }API_KEY = { type = "secret", label = "API Key" }DEBUG_MODE = { type = "string", default = "false" }Best practices
Section titled “Best practices”- Never hardcode secrets in code
- Combine with egress allowlisting where possible
- Never put secrets into defaults