Inline left-to-right flow (e.g. build pipeline steps)
| Surface | Note |
|---|---|
| googlechat | monospace background stripped — use bullet_list instead |
| background colour unreliable — use bullet_list instead |
| Field | Type | |
|---|---|---|
| steps | list[string] | required |
{
"type": "pipeline",
"steps": [
{
"title": "Step one",
"body": "First thing to do."
},
{
"title": "Step two",
"body": "Then this."
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:pipeline",
"displayName": "Pipeline",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/pipeline",
"capabilities": [
"web",
"meet-stage",
"pdf",
"apps-script-web"
],
"description": "Inline left-to-right flow (e.g. build pipeline steps)",
"representativeQueries": [
"show a left-to-right step flow diagram",
"inline left-to-right flow (e.g. build pipeline steps)",
"render a pipeline"
]
}
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 →