Info Card

Simple card with title and body text

Surfaces
apps-script-web
Fields
FieldType
titlestringrequired
textstringrequired
Example payload
{
  "type": "info_card",
  "title": "Info Card",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:info_card",
  "displayName": "Info Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/info_card",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Simple card with title and body text",
  "representativeQueries": [
    "show a simple info card with title and body",
    "simple card with title and body text",
    "render a info card"
  ]
}
← 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 →