Uptime Timeline

Visual timeline of service uptime over a rolling window with per-day status blocks.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
emailColour blocks may collapse.
Live preview
30-day uptime: 1.0%
Fields
FieldType
uptimenumber. Uptime percentage (0–100).required
Example payload
{
  "type": "uptime_timeline",
  "uptime": 1
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:uptime_timeline",
  "displayName": "Uptime Timeline",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/uptime_timeline",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Visual timeline of service uptime over a rolling window with per-day status blocks.",
  "representativeQueries": [
    "show a 30-day uptime timeline with per-day status blocks",
    "visual timeline of service uptime over a rolling window with per-day status blocks.",
    "render a uptime timeline"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →