Key Value

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

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chattable layout stripped — use bullet_list with bold keys instead
emailtable styling may vary — test or use bullet_list
Live preview
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",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →