Audio Link

Renders a clickable link to an audio file, often with an audio icon.

Surfaces
webgoogle-meet-stagegoogle-chatemailpdfgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
audio_urlstringrequired
labelstringrequired
icon_typestringrequired
Example payload
{
  "type": "audio_link",
  "audio_url": "https://example.com",
  "label": "Audio Link",
  "icon_type": "star"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:audio_link",
  "displayName": "Audio Link",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/audio_link",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-chat",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a clickable link to an audio file, often with an audio icon.",
  "representativeQueries": [
    "show a styled link to an audio file",
    "renders a clickable link to an audio file, often with an audio icon.",
    "render a audio link"
  ]
}
← 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 →