Link Button

Text hyperlink styled as a button

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
urlstringrequired
labelstringrequired
same_tabboolean. Default false (opens in a NEW tab) — right for the common case, an outbound link to somewhere that is not this app. Same opt-in chip_group already has: set true for an in-app "go to this page" link, which should behave like ordinary navigation rather than leaving a tab behind. Flipped from always-same-tab to this default 2026-08-15 after an outbound product-vendor link replaced the whole app instead of opening alongside it.optional
Example payload
{
  "type": "link_button",
  "url": "https://example.com",
  "label": "Link Button"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:link_button",
  "displayName": "Link Button",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/link_button",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Text hyperlink styled as a button",
  "representativeQueries": [
    "show a text hyperlink button",
    "text hyperlink styled as a button",
    "render a link 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 →