Key-value table for env vars, config options, API fields
| Surface | Note |
|---|---|
| googlechat | table layout stripped — use bullet_list with bold keys instead |
| table styling may vary — test or use bullet_list |
| Field | Type | |
|---|---|---|
| title | string | optional |
| items | [{'key': 'string', 'description': 'string', 'required': 'bool', 'default': 'string'}] | optional |
{
"type": "key_value"
}
{
"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"
]
}
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 →