gws-vault

Installation
Summary

Google Vault eDiscovery management for holds, exports, and matter lifecycle operations.

  • Manage matters (create, list, update, close, delete, reopen) with permission controls for collaborators
  • Execute holds and exports on matters, plus manage saved queries for repeated eDiscovery searches
  • Monitor long-running operations with get, list, and cancel methods for asynchronous job tracking
  • Requires Google Workspace authentication via shared gws CLI; use gws schema to inspect method parameters before execution
SKILL.md

vault (v1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws vault <resource> <method> [flags]

API Resources

matters

  • addPermissions — Adds an account as a matter collaborator.
  • close — Closes the specified matter. Returns the matter with updated state.
  • count — Counts the accounts processed by the specified query.
  • create — Creates a matter with the given name and description. The initial state is open, and the owner is the method caller. Returns the created matter with default view.
  • delete — Deletes the specified matter. Returns the matter with updated state.
  • get — Gets the specified matter.
  • list — Lists matters the requestor has access to.
Related skills
Installs
573
GitHub Stars
26.1K
First Seen
Mar 4, 2026