Diagram

SVG architecture diagram hosted at a public URL

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatSVG may not render — use PNG export instead
emailSVG support inconsistent across email clients — use PNG export
Live preview
Fields
FieldType
urlstringrequired
captionstringoptional
Example payload
{
  "type": "diagram",
  "url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:diagram",
  "displayName": "Diagram",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/diagram",
  "capabilities": [
    "web",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "SVG architecture diagram hosted at a public URL",
  "representativeQueries": [
    "show a D2 or SVG architecture diagram",
    "svg architecture diagram hosted at a public url",
    "render a diagram"
  ]
}
← 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 →