Tech News
← Back to articles

Google Workspace CLI

read original related products more articles

gws

One CLI for all of Google Workspace — built for humans and AI agents.

Drive, Gmail, Calendar, and every Workspace API. Zero boilerplate. Structured JSON output. 40+ agent skills included.

Note This is not an officially supported Google product.

npm install -g @googleworkspace/cli

gws doesn't ship a static list of commands. It reads Google's own Discovery Service at runtime and builds its entire command surface dynamically. When Google Workspace adds an API endpoint or method, gws picks it up automatically.

Important This project is under active development. Expect breaking changes as we march toward v1.0.

Contents

Prerequisites

Node.js 18+ — for npm install (or download a pre-built binary from GitHub Releases)

... continue reading