Expert Endorsement

Renders an endorsement from an industry expert, including their quote,

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as basic text and expert name; avatar and rich formatting are not supported.
emailRenders as basic text and expert name; avatar and rich formatting may be rendered as a simple image or not at all.
Live preview

"The vocabulary IS the discovery layer."

?
Fields
FieldType
quotestringrequired
expert_namestringrequired
expert_titlestringrequired
expert_organizationstringrequired
expert_avatar_urlstringrequired
Example payload
{
  "type": "expert_endorsement",
  "quote": "The vocabulary IS the discovery layer.",
  "expert_name": "Expert name",
  "expert_title": "Expert title",
  "expert_organization": "Expert organization",
  "expert_avatar_url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:expert_endorsement",
  "displayName": "Expert Endorsement",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/expert_endorsement",
  "capabilities": [
    "web",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders an endorsement from an industry expert, including their quote,",
  "representativeQueries": [
    "show a expert quote with credentials and photo name, and credentials",
    "renders an endorsement from an industry expert, including their quote,",
    "render a expert endorsement"
  ]
}
← 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 →