> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Variable Read

> Read secrets and environment variables

# Variable Read

Read secrets and environment variables

## Properties

| Property   | Value    |
| ---------- | -------- |
| **Type**   | var-read |
| **Family** | Actions  |
| **Group**  | General  |

## Parameters

| Name    | Label           | Type   | Description                          | Required |
| ------- | --------------- | ------ | ------------------------------------ | -------- |
| key     | Environment Key | String |                                      | Yes      |
| default | Default Value   | String | Fallback value if the key is missing | No       |

## Outputs

| Name  | Label | Type   | Description       |
| ----- | ----- | ------ | ----------------- |
| key   | key   | string | Environment key   |
| value | value | string | Environment value |
