Grid of Google Workspace product logos with labels. Good for "Integrations" or "Works with" sections.
| Field | Type | |
|---|---|---|
| apps | array of app names (default all 20 known apps) | required |
| title | optional section heading | optional |
| size | logo size in px (default 48) | required |
| cols | grid columns (default 5) | required |
| greyscale | render greyscale (default false) | required |
| show_labels | show app name labels (default true) | required |
{
"type": "workspace_logo_grid"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:workspace_logo_grid",
"displayName": "Workspace Logo Grid",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/workspace_logo_grid",
"capabilities": [
"web",
"google-apps-script-web",
"google-apps-script-side-panel",
"mcp-apps"
],
"description": "Grid of Google Workspace product logos with labels. Good for \"Integrations\" or \"Works with\" sections.",
"representativeQueries": [
"show a labelled grid of Workspace logos",
"grid of google workspace product logos with labels. good for \"integrations\" or \"works with\" sections",
"render a workspace logo grid"
]
}
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 →