Animated dashed beam connecting two labelled nodes — alias for animated_beam. Two shapes — a single from/to/label pair (original), or a multi-node nodes/connectors chain (added 2026-07-24, e.g. an identity/ permission chain of more than 2 hops) where each node can be a bare string (simple pill) or a {role, name, detail} object (richer boxed card).
| Field | Type | |
|---|---|---|
| from | string or {role, name, detail} object (ignored if nodes is set) | required |
| to | string or {role, name, detail} object (ignored if nodes is set) | required |
| label | string (optional, ignored if nodes is set) | optional |
| nodes | array. Array of string or {role, name, detail} — 2+ nodes in a single chain, rendered left to right. | optional |
| connectors | array of string. Labels between each consecutive pair in `nodes` — length should be len(nodes)-1. | optional |
| color | string (optional, hex) | optional |
| theme | string (optional, "light"|"dark", default "light") | optional |
{
"type": "flow_connector",
"from": "start-node",
"to": "end-node"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:flow_connector",
"displayName": "Flow Connector",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/flow_connector",
"capabilities": [
"web",
"google-apps-script-web",
"mcp-apps"
],
"description": "Animated dashed beam connecting two labelled nodes \u2014 alias for animated_beam. Two shapes \u2014 a single from/to/label pair (original), or a multi-node nodes/connectors chain (added 2026-07-24, e.g. an identity/ permission chain of more than 2 hops) where each node can be a bare string (simple pill) or a {role, name, detail} object (richer boxed card).",
"representativeQueries": [
"show a animated beam connector between two or more nodes",
"animated dashed beam connecting two labelled nodes \u2014 alias for animated_beam. two shapes \u2014 a single",
"render a flow connector"
]
}
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 →