Renders a callout box identifying a feature or code path as experimental or unstable.
| Surface | Note |
|---|---|
| googlechat | Converted into basic text without protective boundary boxes. |
| Colorful alert panels flatten to default background containers. |
| Field | Type | |
|---|---|---|
| message | string. Context or feedback links for the unstable feature. | required |
{
"type": "experimental_banner",
"message": "Your action was completed successfully."
}
{
"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"
]
}
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 →