Person Card

Individual person card with name, role, optional photo, bio, tags, and contact links. Use inside a columns atom to build team rosters.

Surfaces
webapps-script-webpdf
Fields
FieldType
namestring (required)required
rolestringoptional
photo_urlstring (optional, URL)optional
biostring (optional, markdown)optional
emailstringoptional
linkedinstring (optional, URL)optional
tagsstring[]optional
accentstring (optional, hex, default "#6366f1")optional
Example payload
{
  "type": "person_card",
  "name": "Person Card"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:person_card",
  "displayName": "Person Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/person_card",
  "capabilities": [
    "web",
    "apps-script-web",
    "pdf"
  ],
  "description": "Individual person card with name, role, optional photo, bio, tags, and contact links. Use inside a columns atom to build team rosters.",
  "representativeQueries": [
    "show a person card \u2014 name, role, photo, bio, tags, email, linkedin",
    "individual person card with name, role, optional photo, bio, tags, and contact links. use inside a c",
    "render a person card"
  ]
}
← 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 →