Entity List

List of named resources — each row shows an avatar or icon, a title, a subtitle, a status badge, and optional trailing metadata. Covers project lists, deployment rosters, and team member panels. Inspired by Vercel Geist Entity component.

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
items{'type': 'array', 'description': 'List of {name, subtitle?, icon?, status?, meta?} entries.'}required
Example payload
{
  "type": "entity_list",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:entity_list",
  "displayName": "Entity List",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/entity_list",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "List of named resources \u2014 each row shows an avatar or icon, a title, a subtitle, a status badge, and optional trailing metadata. Covers project lists, deployment rosters, and team member panels. Inspired by Vercel Geist Entity component.",
  "representativeQueries": [
    "show a named resource rows with avatar, status badge, and meta",
    "list of named resources \u2014 each row shows an avatar or icon, a title, a subtitle, a status badge, and",
    "render a entity list"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →