Chip showing the accessing user's identity (avatar/initial, optional name).
| Field | Type | |
|---|---|---|
| position | string (optional, inline|top-right, default "inline") | optional |
| show_name | bool | optional |
{
"type": "me"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:me",
"displayName": "Me",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/me",
"capabilities": [
"google-apps-script-web",
"mcp-apps"
],
"description": "Chip showing the accessing user's identity (avatar/initial, optional name).",
"representativeQueries": [
"show a current user identity chip",
"chip showing the accessing user's identity (avatar/initial, optional name).",
"render a me"
]
}
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 →