Status Dashboard

Compact grid showing live operational status of multiple services with color indicators.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
emailColour indicators may not render.
Fields
FieldType
metricsarray of {label, value, color}. Status entries.required
Example payload
{
  "type": "status_dashboard",
  "metrics": [
    {
      "label": "Revenue",
      "value": "$1.2M",
      "trend": "up"
    },
    {
      "label": "Users",
      "value": "42K",
      "trend": "up"
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →