Prose paragraph block (alias for body, google-apps-script-web only)
A concise description of the content.
| Field | Type | |
|---|---|---|
| text | string | required |
{
"type": "paragraph",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:paragraph",
"displayName": "Paragraph",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/paragraph",
"capabilities": [
"web",
"google-apps-script-web",
"mcp-apps"
],
"description": "Prose paragraph block (alias for body, google-apps-script-web only)",
"representativeQueries": [
"show a prose paragraph (GAS alias for body)",
"prose paragraph block (alias for body, google-apps-script-web only)",
"render a paragraph"
]
}
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 →