env_env_get
Retrieve environment variable values securely, with sensitive data automatically hidden for protection. Returns string values or null if unset.
Instructions
[env] Get the value of a single environment variable. Returns the value as a string, or 'null' if not set. Sensitive variables (containing KEY, TOKEN, SECRET, etc.) are hidden and return '[hidden]'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| default | No |