Visual diagram showing the A2UI surfaces — schema feeds into each render target
| Field | Type | |
|---|---|---|
| title | string | optional |
| surfaces | array of {name, icon, desc, color} (optional, defaults to GAS/Meet/Sites/Chat) | optional |
| accent | string (optional, hex) | optional |
{
"type": "surface_map"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:surface_map",
"displayName": "Surface Map",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/surface_map",
"capabilities": [
"apps-script-web"
],
"description": "Visual diagram showing the A2UI surfaces \u2014 schema feeds into each render target",
"representativeQueries": [
"show a A2UI surface diagram (schema \u2192 surfaces)",
"visual diagram showing the a2ui surfaces \u2014 schema feeds into each render target",
"render a surface map"
]
}
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 →