Live Demo Embed

Embeds a live interactive demo or sandbox within the article.

Surfaces
web
Degraded on
SurfaceNote
meet-stageSandboxed iframes blocked by stage security policy.
googlechatCollapses to link.
emailIframes stripped.
apps-script-websandbox iframe restrictions may apply depending on embed target
Fields
FieldType
urlstring. URL of the live demo.required
titlestring. Display title.optional
Example payload
{
  "type": "live_demo_embed",
  "url": "https://example.com"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →