Full-width call-to-action button linking to a URL
| Field | Type | |
|---|---|---|
| url | string | required |
| label | string | required |
| color | string (optional, hex) | optional |
{
"type": "cta_button",
"url": "https://example.com",
"label": "Cta Button"
}
{
"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": [
"apps-script-web"
],
"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"
]
}
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 →