Atom Anatomy

Side-by-side panel showing a rendered atom alongside its raw JSON schema

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
⬡ stat_card
Fields
FieldType
labelstring (optional, panel header)optional
schemaobject (atom block JSON to render and display)required
accentstring (optional, hex)optional
Example payload
{
  "type": "atom_anatomy",
  "schema": "{\"type\": \"example\", \"value\": \"1,234\"}"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:atom_anatomy",
  "displayName": "Atom Anatomy",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/atom_anatomy",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Side-by-side panel showing a rendered atom alongside its raw JSON schema",
  "representativeQueries": [
    "show a rendered atom + raw schema side-by-side anatomy view",
    "side-by-side panel showing a rendered atom alongside its raw json schema",
    "render a atom anatomy"
  ]
}
← 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 →