Env Var List

Renders a clear configuration list detailing system environment variable keys, descriptions, and default values.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageCopy shortcuts and secret-masking toggle utilities are disabled.
googlechatFalls back to a standard markdown definition list without visual separation.
emailTable alignment borders can break depending on the email client.
Fields
FieldType
variablesarray. List of objects including key name, description, requirement status, and default.required
Example payload
{
  "type": "env_var_list"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →