Game-style "NEW SURFACE UNLOCKED" achievement notification card
| Field | Type | |
|---|---|---|
| icon | string (optional, emoji, default ⚡) | optional |
| surface | string (surface/feature name displayed large) | required |
| sub | string (optional, subtitle, default NEW SURFACE UNLOCKED) | optional |
| accent | string (optional, hex) | optional |
{
"type": "surface_unlocked",
"surface": "gas"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:surface_unlocked",
"displayName": "Surface Unlocked",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/surface_unlocked",
"capabilities": [
"apps-script-web"
],
"description": "Game-style \"NEW SURFACE UNLOCKED\" achievement notification card",
"representativeQueries": [
"show a achievement-style surface unlocked notification",
"game-style \"new surface unlocked\" achievement notification card",
"render a surface unlocked"
]
}
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 →