Compact grid showing live operational status of multiple services with color indicators.
| Surface | Note |
|---|---|
| Colour indicators may not render. |
| Field | Type | |
|---|---|---|
| metrics | array of {label, value, color}. Status entries. | required |
{
"type": "status_dashboard",
"metrics": [
{
"label": "Revenue",
"value": "$1.2M",
"trend": "up"
},
{
"label": "Users",
"value": "42K",
"trend": "up"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:status_dashboard",
"displayName": "Status Dashboard",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/status_dashboard",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Compact grid showing live operational status of multiple services with color indicators.",
"representativeQueries": [
"show a grid of service status indicators with color states",
"compact grid showing live operational status of multiple services with color indicators.",
"render a status dashboard"
]
}
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 →