Renders an interactive presentation iframe viewer loading Google Slides resources.
| Surface | Note |
|---|---|
| meet-stage | Slide transitions update sluggishly over video layers. |
| googlechat | Collapses to markdown resource links. |
| Slider primitives fail to pass email sandbox parameters. | |
| apps-script-web | works if viewer has access; Google Slides embeds are generally allowed |
| Field | Type | |
|---|---|---|
| presentation_id | string. Asset identifier for the slide file. | required |
{
"type": "embed_google_slides",
"presentation_id": "Presentation id"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:embed_google_slides",
"displayName": "Embed Google Slides",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/embed_google_slides",
"capabilities": [
"web"
],
"description": "Renders an interactive presentation iframe viewer loading Google Slides resources.",
"representativeQueries": [
"show a embed interactive Google Slides presentation slide decks",
"renders an interactive presentation iframe viewer loading google slides resources.",
"render a embed google slides"
]
}
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 →