Pricing Tier Group

Renders a collection of pricing tier cards, typically for comparing

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as stacked individual cards or sections within a single card.
emailRenders as stacked blocks without complex column layouts.
Live preview
[ pricing_tier_group ]
Fields
FieldType
tiersarrayrequired
Example payload
{
  "type": "pricing_tier_group",
  "tiers": [
    {
      "name": "Starter",
      "price": "$9/mo",
      "features": []
    },
    {
      "name": "Pro",
      "price": "$29/mo",
      "features": []
    }
  ]
}
ARD catalog entry
{
  "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",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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"
  ]
}
← 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 →