Author Bio Card

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

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatAvatar drops, flattens to generic markdown text.
emailColumn layout strips, stacking content blocks vertically.
Live preview
Author Bio Card
Author Bio Card

Short author biography goes here.

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",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
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 →