Surface Map

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

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Surface Map
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": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
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 →