Video Pair

Two YouTube videos side by side with optional labels

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
captionstringoptional
left{'url': 'string', 'label': 'string'}optional
right{'url': 'string', 'label': 'string'}optional
Example payload
{
  "type": "video_pair"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:video_pair",
  "displayName": "Video Pair",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/video_pair",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Two YouTube videos side by side with optional labels",
  "representativeQueries": [
    "show a two videos side by side",
    "two youtube videos side by side with optional labels",
    "render a video pair"
  ]
}
← 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 →