Workspace Logo

A single Google Workspace product logo from Google's official CDN (fonts.gstatic.com). Falls back to coloured letter badge for unknown apps.

Surfaces
gasweb
Fields
FieldType
appapp name (required) — gmail, drive, docs, sheets, slides, calendar, meet, forms, chat, classroom, keep, sites, vault, groups, tasks, contacts, jamboard, admin, appsheet, currentsrequired
sizedisplay size in px (default 48 — SVG scales to any size)required
labelcaption below logo (default capitalised app name; set to empty string to hide)required
inlinerender inline (default true)required
Example payload
{
  "type": "workspace_logo",
  "app": "MyWorkspace"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:workspace_logo",
  "displayName": "Workspace Logo",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/workspace_logo",
  "capabilities": [
    "gas",
    "web"
  ],
  "description": "",
  "representativeQueries": [
    "show a A single Google Workspace product logo from Google's official CDN (fonts.gstatic.com). Falls back to coloured letter badge for unknown apps",
    "render a workspace logo"
  ]
}
← 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 →