Experimental Banner

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

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatConverted into basic text without protective boundary boxes.
emailColorful alert panels flatten to default background containers.
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",
    "apps-script-web"
  ],
  "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 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 →