Skip to main content
The simplest local-to-cloud loop. Anything that lands in a local folder mirrors into the workspace. Works for screenshots, design files, downloaded PDFs, exports from another tool, model outputs, anything.
These recipes assume arg login and arg workspace switch <name> — see Overview.

One-shot push

arg upload auto-switches to multipart over 32 MiB and resumes on interrupt — safe to re-run.

Continuous push with a file watcher

Mirror a local folder every time anything inside it changes — pair this with a folder where Cursor, Claude Code, or any other tool drops outputs.

Pull a workspace folder down

The reverse direction — useful when a teammate (or an agent) wrote something in arg.ai and you want it on disk:

Next

When the change should trigger something rather than just mirror, see Automations & reactions.