Command Palette

Keyboard-driven command palette overlay for quick navigation and action execution.

Surfaces
webapps-script-web
Degraded on
SurfaceNote
meet-stageKeyboard events captured by Meet.
googlechatInteractive overlays not supported.
emailInteraction stripped.
Fields
FieldType
commandsarray of {text, shortcut}. Available commands.required
Example payload
{
  "type": "command_palette",
  "commands": [
    {
      "label": "New File",
      "shortcut": "Ctrl+N"
    },
    {
      "label": "Open File",
      "shortcut": "Ctrl+O"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:command_palette",
  "displayName": "Command Palette",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/command_palette",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Keyboard-driven command palette overlay for quick navigation and action execution.",
  "representativeQueries": [
    "show a keyboard-driven command palette with shortcut hints",
    "keyboard-driven command palette overlay for quick navigation and action execution.",
    "render a command palette"
  ]
}
← 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 →