1. Authenticate with `cmux login`.
2. Create a sandbox with `cmux start [path]`.
3. Access the sandbox via VS Code with `cmux code <id>` or terminal with `cmux pty <id>`.
4. Sync files using `cmux sync <id> <path>`.
5. Automate browser tasks with `cmux computer` commands.
6. Stop the sandbox with `cmux stop <id>` when finished.
7. Delete the sandbox with `cmux delete <id>` when no longer needed.