Surface Map

Visual diagram showing the A2UI surfaces — schema feeds into each render target

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
surfacesarray of {name, icon, desc, color} (optional, defaults to GAS/Meet/Sites/Chat)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "surface_map"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →