
Google Drive test environment for file agents
Test document agents that find, organize, edit, and share files across team drives.

Meet the Google Drive twin
Test document and file automation against resettable Drive state. Validate OAuth scopes and quota behavior safely.
Seeded state
Seed files, folders, documents, shared drives, comments, revisions, users, and granular sharing permissions.

Use Google Drive in staging without using production.
Test document and file automation against resettable Drive state
Seed files, folders, permissions, comments, and shared drives
Validate OAuth scopes and quota behavior safely
Provision the Google Drive twin from the CLI.
Install the Arga CLI, sign in once, then create a 60-minute twin run. The command waits until the environment is ready and prints its connection details.
Terminal
$ uv tool install arga-cli$ arga login$ arga twin-runs create --twins google-drive --ttl 60 --waitAdd --scenario-prompt to describe the state the twin should start with.
Build with the Google Drive twin
Connect the twin, seed realistic state, and run scenarios against a resettable service.

