Projects and files

Organize work into projects, attach files for the agent, and manage storage from the Files page.

Everything the agent works on lives in your workspace storage. Projects give that storage structure, attachments bring your files in, and the Files page lets you manage all of it from the browser.

Projects

A project is a folder in your workspace storage. Each session belongs to one project, and that project's folder is the agent's working directory: code it writes, files it downloads and outputs it produces all land there.

Every account starts with two projects, Project 1 and Project 2. Use them as they are, or create more. Create a new project whenever you want a separate working directory, for example one project per codebase, client or research topic. Sessions in different projects do not share a folder, which keeps the agent focused and your files organized.

The Attachments folder

Each project contains an Attachments folder. When you attach a file to a message in the chat, Windlass saves it there, and the agent can open it by path:

/workspace/Project 1/Attachments/quarterly-report.xlsx

Because attachments are ordinary files in the project, they stay available for the rest of the session and in every later session in the same project. You can also reference them with @ in the message box.

Images and OCR

When you attach an image, Windlass runs text recognition on it and saves the result as a text file next to the image, ending in .ocr.txt. The agent reads that file to work with the text in a screenshot: an error message, a table from a slide, a scanned page. Attach the screenshot, tell the agent what you need, and it finds the text itself.

The Files page

The Files page in your account gives you a full view of your project folders. From there you can:

A storage meter shows how much of your plan's storage you are using.

Storage and upload limits

Plan Storage Maximum single upload
Starter 2 GB 200 MB
Pro 10 GB 1 GB
Max 30 GB 2 GB

Storage counts every file in every project, including attachments, OCR text files and anything the agent generates. If a project fills up with build output or temporary data, ask the agent to clean up, or delete the files from the Files page. Upgrading your plan raises both limits immediately; see Billing.

Tips