Flow Connector

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).

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
start-nodeend-node
Fields
FieldType
fromstring or {role, name, detail} object (ignored if nodes is set)required
tostring or {role, name, detail} object (ignored if nodes is set)required
labelstring (optional, ignored if nodes is set)optional
nodesarray. Array of string or {role, name, detail} — 2+ nodes in a single chain, rendered left to right.optional
connectorsarray of string. Labels between each consecutive pair in `nodes` — length should be len(nodes)-1.optional
colorstring (optional, hex)optional
themestring (optional, "light"|"dark", default "light")optional
Example payload
{
  "type": "flow_connector",
  "from": "start-node",
  "to": "end-node"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →