Embeds a live interactive demo or sandbox within the article.
| Surface | Note |
|---|---|
| meet-stage | Sandboxed iframes blocked by stage security policy. |
| googlechat | Collapses to link. |
| Iframes stripped. | |
| apps-script-web | sandbox iframe restrictions may apply depending on embed target |
| Field | Type | |
|---|---|---|
| url | string. URL of the live demo. | required |
| title | string. Display title. | optional |
{
"type": "live_demo_embed",
"url": "https://example.com"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:live_demo_embed",
"displayName": "Live Demo Embed",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/live_demo_embed",
"capabilities": [
"web"
],
"description": "Embeds a live interactive demo or sandbox within the article.",
"representativeQueries": [
"show a embed interactive live demo sandbox iframe",
"embeds a live interactive demo or sandbox within the article.",
"render a live demo embed"
]
}
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 →