Ambient Gradient

Full-screen animated aurora background — alias for aurora_background

Surfaces
google-apps-script-webmcp-apps
Degraded on
SurfaceNote
webstatic gradient, no animation
Live preview
Fields
FieldType
titlestringoptional
textstringoptional
Example payload
{
  "type": "ambient_gradient"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:ambient_gradient",
  "displayName": "Ambient Gradient",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/ambient_gradient",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Full-screen animated aurora background \u2014 alias for aurora_background",
  "representativeQueries": [
    "show a animated aurora/ambient gradient background",
    "full-screen animated aurora background \u2014 alias for aurora_background",
    "render a ambient gradient"
  ]
}
← 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 →