Italic series link and/or transparency note shown at the top
In Series label, I covered the background. This article picks up from there.
| Field | Type | |
|---|---|---|
| series_label | string | required |
| series_url | url | required |
| continuation | string | optional |
| note | string | optional |
{
"type": "intro",
"series_label": "Series label",
"series_url": "https://example.com"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:intro",
"displayName": "Intro",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/intro",
"capabilities": [
"web",
"google-meet-stage",
"google-chat",
"email",
"pdf",
"google-apps-script-web",
"mcp-apps"
],
"description": "Italic series link and/or transparency note shown at the top",
"representativeQueries": [
"show a series link or transparency note at article top",
"italic series link and/or transparency note shown at the top",
"render a intro"
]
}
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 →