Text hyperlink styled as a button
| Field | Type | |
|---|---|---|
| url | string | required |
| label | string | required |
{
"type": "link_button",
"url": "https://example.com",
"label": "Link Button"
}
{
"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": [
"apps-script-web"
],
"description": "Text hyperlink styled as a button",
"representativeQueries": [
"show a text hyperlink button",
"text hyperlink styled as a button",
"render a link button"
]
}
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 →