A single Google Workspace product logo from Google's official CDN (fonts.gstatic.com). Falls back to coloured letter badge for unknown apps.
| Field | Type | |
|---|---|---|
| app | app name (required) — gmail, drive, docs, sheets, slides, calendar, meet, forms, chat, classroom, keep, sites, vault, groups, tasks, contacts, jamboard, admin, appsheet, currents | required |
| size | display size in px (default 48 — SVG scales to any size) | required |
| label | caption below logo (default capitalised app name; set to empty string to hide) | required |
| inline | render inline (default true) | required |
{
"type": "workspace_logo",
"app": "MyWorkspace"
}
{
"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": [
"web",
"google-apps-script-web",
"google-apps-script-side-panel",
"mcp-apps"
],
"description": "A single Google Workspace product logo from Google's official CDN (fonts.gstatic.com). Falls back to coloured letter badge for unknown apps.",
"representativeQueries": [
"show a single Google Workspace product logo",
"a single google workspace product logo from google's official cdn (fonts.gstatic.com). falls back to",
"render a workspace logo"
]
}
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 →