Alert Banner

A prominent banner displaying a message, often with an icon and an

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as a basic card with text and button; no custom icons, complex layouts, or animations.
Live preview
ℹ️
A concise description of the content.
Fields
FieldType
textstring. The banner message. NOT `message` — every renderer reads `text`, so a banner built with `message` renders empty apart from its icon.required
variantstring. Severity — "info", "success", "warning" or "critical". "error" is accepted as a synonym for "critical": inline_alert knows the first word and this atom the second, and each used to fall back silently to "info" on the other. NOT `type`, which is the block discriminator.required
iconstring Optional icon name to display next to the message.optional
action_labelstring Optional text for an action button.optional
action_urlstring Optional URL for the action button.optional
Example payload
{
  "type": "alert_banner",
  "text": "A concise description of the content.",
  "variant": "primary"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:alert_banner",
  "displayName": "Alert Banner",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/alert_banner",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "A prominent banner displaying a message, often with an icon and an",
  "representativeQueries": [
    "show a full-width status alert strip optional action",
    "a prominent banner displaying a message, often with an icon and an",
    "render a alert banner"
  ]
}
← 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 →