Cta Button

Full-width call-to-action button linking to a URL

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
urlstringrequired
labelstringrequired
colorstring (optional, hex)optional
same_tabboolean. Default false (opens in a NEW tab) — see link_button's same_tab for the full reasoning; same field, same default, same atom family.optional
Example payload
{
  "type": "cta_button",
  "url": "https://example.com",
  "label": "Cta Button"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:cta_button",
  "displayName": "Cta Button",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/cta_button",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Full-width call-to-action button linking to a URL",
  "representativeQueries": [
    "show a call-to-action button",
    "full-width call-to-action button linking to a url",
    "render a cta button"
  ]
}
← 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 →