Author Bio Card

Renders a profile section containing the creator's avatar, bio, and links.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
googlechatAvatar drops, flattens to generic markdown text.
emailColumn layout strips, stacking content blocks vertically.
Fields
FieldType
namestring. Full name of the content creator.required
avatar_urlstring. URL to the profile image.required
biostring. Short narrative profiling the writer.required
linksobject. Optional key-value pairs of platform names and URLs.optional
Example payload
{
  "type": "author_bio_card",
  "name": "Author Bio Card",
  "avatar_url": "https://example.com",
  "bio": "Short author biography goes here."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:author_bio_card",
  "displayName": "Author Bio Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/author_bio_card",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Renders a profile section containing the creator's avatar, bio, and links.",
  "representativeQueries": [
    "show a profile block displaying content creator biographical details",
    "renders a profile section containing the creator's avatar, bio, and links.",
    "render a author bio 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 →