Simple card with title and body text
| Field | Type | |
|---|---|---|
| title | string | required |
| text | string | required |
{
"type": "info_card",
"title": "Info Card",
"text": "A concise description of the content."
}
{
"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"
]
}
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 →