Youtube

Responsive 16:9 embedded YouTube video

Surfaces
webmeet-stage
Degraded on
SurfaceNote
apps-script-webiframe embeds may be blocked by apps-script-web CSP in IFRAME sandbox mode
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",
    "meet-stage"
  ],
  "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 Try it live →
Deploy your own renderer

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 →