Video Card

Renders a card with a video thumbnail, title, and description, linking

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as a basic card with image, title, description, and link, without advanced styling.
emailRenders as a basic card with image, title, description, and link, without advanced styling.
Live preview
Video Card
Video Card
Fields
FieldType
video_urlstringrequired
thumbnail_urlstringrequired
titlestringrequired
descriptionstringrequired
alt_textstringrequired
Example payload
{
  "type": "video_card",
  "video_url": "https://example.com",
  "thumbnail_url": "https://example.com",
  "title": "Video Card",
  "description": "A concise description of the content.",
  "alt_text": "Descriptive alt text for accessibility"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:video_card",
  "displayName": "Video Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/video_card",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a card with a video thumbnail, title, and description, linking",
  "representativeQueries": [
    "show a video with title description and metadata to the video source",
    "renders a card with a video thumbnail, title, and description, linking",
    "render a video card"
  ]
}
← 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 →