Youtube

Responsive 16:9 embedded YouTube video

Surfaces
webgoogle-meet-stagemcp-apps
Degraded on
SurfaceNote
google-apps-script-webiframe embeds may be blocked by google-apps-script-web CSP in IFRAME sandbox mode
Live preview
Fields
FieldType
urlstringrequired
captionstringoptional
Example payload
{
  "type": "youtube",
  "url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:youtube",
  "displayName": "Youtube",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/youtube",
  "capabilities": [
    "web",
    "google-meet-stage",
    "mcp-apps"
  ],
  "description": "Responsive 16:9 embedded YouTube video",
  "representativeQueries": [
    "show a responsive 16:9 YouTube embed",
    "responsive 16:9 embedded youtube video",
    "render a youtube"
  ]
}
← 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 →