A secondary action with no button chrome — centered, small, muted, underlined text — so a screen's ONE primary action (a full-chrome button) stays visually singular. Still a real button underneath, so the standard onClick wire every other clickable atom uses works unchanged.
| Surface | Note |
|---|---|
| Renders as plain text, no click affordance. |
| Field | Type | |
|---|---|---|
| text | string (required). | required |
{
"type": "quiet_link",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:quiet_link",
"displayName": "Quiet Link",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/quiet_link",
"capabilities": [
"google-apps-script-web",
"mcp-apps"
],
"description": "A secondary action with no button chrome \u2014 centered, small, muted, underlined text \u2014 so a screen's ONE primary action (a full-chrome button) stays visually singular. Still a real button underneath, so the standard onClick wire every other clickable atom uses works unchanged.",
"representativeQueries": [
"show a chromeless secondary text action, for use beside one primary button",
"a secondary action with no button chrome \u2014 centered, small, muted, underlined text \u2014 so a screen's o",
"render a quiet link"
]
}
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 →