
Command-line interface for Google Workspace APIs, built for humans and AI agents.
Visit WebsiteGoogle Workspace CLI is a api tools tool. The Google Workspace CLI (gws) is a command-line tool that provides dynamic access to all Google Workspace APIs, including Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin. Unlike traditional CLIs with static command lists, gws builds its entire command surface dynamically at runtime by reading Google's Discovery Service. Key capabilities: Dynamic command surface from Google Discovery Service, Structured JSON output for all responses, Over 40 included AI agent skills, Interactive authentication setup (`gws auth setup`), Support for multiple authentication workflows (local, CI, server). Google Workspace CLI ships a free plan plus paid tiers that unlock as usage grows. Buyers most often compare Google Workspace CLI against Gemini CLI, Codex CLI, Aider.
Pros
Cons
$0 USD per month
$4 USD per user/month
$21 USD per user/month
Be the first to review Google Workspace CLI
Your take helps the next buyer. Verified LinkedIn reviewers get a badge.
Write a reviewTop alternatives based on features, pricing, and user needs.
GOOGLE_WORKSPACE_CLI_TOKEN environment variable or existing credentials files via GOOGLE_WORKSPACE_CLI_CREDENTIALS_FILE.--dry-run flag allows users to preview the API request that would be sent without actually executing it, which is useful for debugging and understanding the command's effect. The gws schema command enables introspection of any method's request/response schema, providing detailed information about the expected input and output structure for a specific Google Workspace API call.gws auth login (e.g., gws auth login -s drive,gmail,sheets) to filter the scope picker and request fewer scopes.Source: github.com