Renders a grid or row of logos from featured customers or partners.
| Surface | Note |
|---|---|
| google-chat | Renders as a limited number of stacked images or a text list of names; grid layout is not supported. |
| Renders as a limited number of stacked images or a text list of names; grid layout is not reliably supported across clients. |
| Field | Type | |
|---|---|---|
| logos | list | required |
| title | string | required |
{
"type": "customer_logo_grid",
"logos": [
{
"src": "https://example.com/image.png",
"alt": "Company A"
},
{
"src": "https://example.com/image.png",
"alt": "Company B"
}
],
"title": "Customer Logo Grid"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:customer_logo_grid",
"displayName": "Customer Logo Grid",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/customer_logo_grid",
"capabilities": [
"web",
"google-meet-stage",
"pdf",
"google-apps-script-web",
"mcp-apps"
],
"description": "Renders a grid or row of logos from featured customers or partners.",
"representativeQueries": [
"show a grid of customer or partner logos",
"renders a grid or row of logos from featured customers or partners.",
"render a customer 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 →