Experimental Banner

Renders a callout box identifying a feature or code path as experimental or unstable.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatConverted into basic text without protective boundary boxes.
emailColorful alert panels flatten to default background containers.
Live preview
🧪
Experimental: This feature is experimental and may change.
Fields
FieldType
messagestring. Context or feedback links for the unstable feature.required
Example payload
{
  "type": "experimental_banner",
  "message": "Your action was completed successfully."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:experimental_banner",
  "displayName": "Experimental Banner",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/experimental_banner",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a callout box identifying a feature or code path as experimental or unstable.",
  "representativeQueries": [
    "show a highlight experimental or unstable feature notice callout",
    "renders a callout box identifying a feature or code path as experimental or unstable.",
    "render a experimental 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 →