Renders a collection of pricing tier cards, typically for comparing
| Surface | Note |
|---|---|
| googlechat | Renders as stacked individual cards or sections within a single card. |
| Renders as stacked blocks without complex column layouts. |
| Field | Type | |
|---|---|---|
| tiers | array | required |
{
"type": "pricing_tier_group",
"tiers": [
{
"name": "Starter",
"price": "$9/mo",
"features": []
},
{
"name": "Pro",
"price": "$29/mo",
"features": []
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:pricing_tier_group",
"displayName": "Pricing Tier Group",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/pricing_tier_group",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Renders a collection of pricing tier cards, typically for comparing",
"representativeQueries": [
"show a side-by-side pricing plan comparison different subscription plans",
"renders a collection of pricing tier cards, typically for comparing",
"render a pricing tier group"
]
}
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 →