Key Value

Key-value table for env vars, config options, API fields

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechattable layout stripped — use bullet_list with bold keys instead
emailtable styling may vary — test or use bullet_list
Fields
FieldType
titlestringoptional
items[{'key': 'string', 'description': 'string', 'required': 'bool', 'default': 'string'}]optional
Example payload
{
  "type": "key_value"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:key_value",
  "displayName": "Key Value",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/key_value",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Key-value table for env vars, config options, API fields",
  "representativeQueries": [
    "show a label and value pairs in a compact grid",
    "key-value table for env vars, config options, api fields",
    "render a key value"
  ]
}
← 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 →