Horizontal strip of numbered next steps with optional links
| Field | Type | |
|---|---|---|
| steps | array of {number, label, detail (optional, alias: action), url} | optional |
| accent | string (optional, hex) | optional |
{
"type": "next_step_strip"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:next_step_strip",
"displayName": "Next Step Strip",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/next_step_strip",
"capabilities": [
"apps-script-web"
],
"description": "Horizontal strip of numbered next steps with optional links",
"representativeQueries": [
"show a horizontal numbered next-steps strip",
"horizontal strip of numbered next steps with optional links",
"render a next step strip"
]
}
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 →