Multi Doc Ai Brief

Takes an array of Google Doc IDs and renders one Vertex AI Gemini summary card per doc — a compact briefing pack for meetings. Each doc can have its own prompt override.

Surfaces
apps-script-web
Fields
FieldType
docsarray. Array of {doc_id, title?, prompt?} objects.required
default_promptstring. Fallback prompt for docs without their own.optional
accentstring. Accent colour for doc links.optional
modelstring. Gemini model override.optional
Example payload
{
  "type": "multi_doc_ai_brief",
  "docs": [
    {
      "title": "Doc 1",
      "url": "https://example.com"
    },
    {
      "title": "Doc 2",
      "url": "https://example.com"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:multi_doc_ai_brief",
  "displayName": "Multi Doc Ai Brief",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/multi_doc_ai_brief",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Takes an array of Google Doc IDs and renders one Vertex AI Gemini summary card per doc \u2014 a compact briefing pack for meetings. Each doc can have its own prompt override.",
  "representativeQueries": [
    "show a multi-doc briefing pack \u2014 one Gemini summary card per Google Doc",
    "takes an array of google doc ids and renders one vertex ai gemini summary card per doc \u2014 a compact b",
    "render a multi doc ai brief"
  ]
}
← 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 →