Renders a profile section containing the creator's avatar, bio, and links.
| Surface | Note |
|---|---|
| googlechat | Avatar drops, flattens to generic markdown text. |
| Column layout strips, stacking content blocks vertically. |
| Field | Type | |
|---|---|---|
| name | string. Full name of the content creator. | required |
| avatar_url | string. URL to the profile image. | required |
| bio | string. Short narrative profiling the writer. | required |
| links | object. Optional key-value pairs of platform names and URLs. | optional |
{
"type": "author_bio_card",
"name": "Author Bio Card",
"avatar_url": "https://example.com",
"bio": "Short author biography goes here."
}
{
"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"
]
}
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 →