Responsive 16:9 embedded YouTube video
| Surface | Note |
|---|---|
| apps-script-web | iframe embeds may be blocked by apps-script-web CSP in IFRAME sandbox mode |
| Field | Type | |
|---|---|---|
| url | string | required |
| caption | string | optional |
{
"type": "youtube",
"url": "https://example.com"
}
{
"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"
]
}
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 →