Renders a clear configuration list detailing system environment variable keys, descriptions, and default values.
| Surface | Note |
|---|---|
| meet-stage | Copy shortcuts and secret-masking toggle utilities are disabled. |
| googlechat | Falls back to a standard markdown definition list without visual separation. |
| Table alignment borders can break depending on the email client. |
| Field | Type | |
|---|---|---|
| variables | array. List of objects including key name, description, requirement status, and default. | required |
{
"type": "env_var_list"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:env_var_list",
"displayName": "Env Var List",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/env_var_list",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Renders a clear configuration list detailing system environment variable keys, descriptions, and default values.",
"representativeQueries": [
"show a list configuration environment variables with descriptions and default values",
"renders a clear configuration list detailing system environment variable keys, descriptions, and def",
"render a env var list"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →