Box API twin for backend tests
Test enterprise content agents that organize files, manage collaboration, and control sharing.
Box service contract
Validate backend file and folder workflows. Test OAuth and webhook behavior without production Box traffic.
Interfaces
Workflows
Validate backend file and folder workflows
Seeded state
Seed users, folders, files, versions, collaborations, shared links, metadata, events, and access permissions.
Run isolation
Test OAuth and webhook behavior without production Box traffic
Use Box in staging without using production.
Validate backend file and folder workflows
Seed Box-like users, files, folders, and events
Test OAuth and webhook behavior without production Box traffic
Provision the Box 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 box --ttl 60 --waitAdd --scenario-prompt to describe the state the twin should start with.
Build with the Box twin
Connect the twin, seed realistic state, and run scenarios against a resettable service.

