목록으로
소통무료CLI

Google Workspace CLI (gws)

Google

OpenAPI 스펙

설명

Google 공식 Workspace CLI로 Gmail·Calendar·Drive·Docs·Sheets·Chat을 커맨드라인에서 통합 관리합니다. Rust로 작성되어 빠르며 AI 에이전트 지원·OAuth 인증·JSON 출력을 제공합니다. 이메일 발송, 일정 조회, 파일 업로드를 단일 CLI 명령 하나로 처리할 수 있습니다.

인증 방식

API 키 필요

CORS 지원

미지원 (프록시 필요)

가격

무료

태그

CLIGmailGoogle CalendarGoogle DriveGoogle Workspace

사용 예시

curl -s "npm install -g @googleworkspace/cli?serviceKey=YOUR_API_KEY"

코드 예시

curl -s \
  -H "Authorization: Bearer YOUR_API_KEY" \
  "npm install -g @googleworkspace/cli"

API Playground

실제 API를 브라우저에서 바로 테스트해보세요

키 발급 →