|
| 1 | +--- |
| 2 | +title: "Workspaces" |
| 3 | +description: "Give the agent access to local files for powerful browser + file automations" |
| 4 | +--- |
| 5 | + |
| 6 | +Workspaces let the agent read and write files on your computer. Combine browser automation with local file operations—research on the web, then save reports directly to your folder. |
| 7 | + |
| 8 | +## Why Workspaces? |
| 9 | + |
| 10 | +Without a workspace, the agent can only interact with browser tabs. With a workspace, it can: |
| 11 | + |
| 12 | +- **Read files** from your selected folder |
| 13 | +- **Write files** like reports, spreadsheets, or markdown |
| 14 | +- **Run shell commands** within the folder |
| 15 | + |
| 16 | +The real power: do both browser automation AND file operations in a single task. |
| 17 | + |
| 18 | +## Setting Up a Workspace |
| 19 | + |
| 20 | +<img src="/features/workspace/workspace-selector.png" alt="Select a workspace folder for the agent to operate in" /> |
| 21 | + |
| 22 | +1. Click the workspace dropdown (next to the prompt input) |
| 23 | +2. Select a recent folder or click **Choose a different folder** |
| 24 | +3. Grant BrowserOS access to that folder when prompted |
| 25 | + |
| 26 | +The agent is sandboxed to your selected folder—it cannot access files outside of it. |
| 27 | + |
| 28 | +To disable file access, select **No workspace** and the agent will work with browser tabs only. |
| 29 | + |
| 30 | +## Try It: Research and Create a Report |
| 31 | + |
| 32 | +With a workspace selected, try this prompt: |
| 33 | + |
| 34 | +``` |
| 35 | +Read the top 3 stories on Hacker News, read the comments too, and write an HTML report. |
| 36 | +``` |
| 37 | + |
| 38 | +The agent will: |
| 39 | +1. Navigate to Hacker News |
| 40 | +2. Read each top story and its comments |
| 41 | +3. Generate an HTML report summarizing the findings |
| 42 | +4. Save the report to your workspace folder |
| 43 | + |
| 44 | +<img src="/features/workspace/workspace-research-and-create-example.png" alt="Agent researching Hacker News and generating an HTML report" /> |
| 45 | + |
| 46 | +## Example Use Cases |
| 47 | + |
| 48 | +**Organize your downloads** |
| 49 | +> Go through my Downloads folder and organize files by type—documents, images, videos, archives. |
| 50 | +
|
| 51 | +**Competitive research report** |
| 52 | +> Research key trends about [topic] on Reddit, Twitter, and LinkedIn. Create an HTML report with your findings. |
| 53 | +
|
| 54 | +**Web scraping to files** |
| 55 | +> Visit these 10 product pages, extract the name, price, and description, and save the results as a markdown file. |
| 56 | +
|
| 57 | +**Content aggregation** |
| 58 | +> Find the top posts from these 5 subreddits today and compile them into a daily digest document. |
| 59 | +
|
| 60 | +## Security |
| 61 | + |
| 62 | +- The agent can **only** access the folder you select—no parent directories or other locations |
| 63 | +- You can revoke access anytime by selecting **No workspace** |
| 64 | +- All file operations happen locally on your machine |
| 65 | + |
| 66 | +## Feedback |
| 67 | + |
| 68 | +Workspaces is a new feature. If you have feedback or feature requests, [open a GitHub issue](https://github.com/browseros-ai/BrowserOS/issues). |
0 commit comments