Getting started

Create your Windlass account, start the free trial, and run your first agent session in the browser.

Windlass is a hosted AI agent workspace. You sign up on the website, pick a plan and open your Workspace in the browser. There is nothing to install: the agent, its Linux container, your files and your conversation history all live in your account and are ready whenever you open a tab.

This page takes you from sign-up to your first finished task.

Create your account

  1. On the Windlass website, choose Sign up and enter your email address and a password.
  2. Open the verification email and confirm your address.
  3. Pick a plan. Every plan starts with a 7-day free trial, and no card is needed to begin.
  4. Open your Workspace.

During the trial you get a reduced weekly usage allowance, enough to try every feature. You can upgrade at any point during the trial. When the trial ends, the workspace pauses until you subscribe; your files and sessions stay exactly where you left them.

Meet the Workspace

The Workspace is built on the open-source DeepSeek Harness (Apache-2.0) and runs entirely in your browser. On the left, a sidebar lists your Projects and Sessions:

The message box is where you talk to the agent.

Run your first session

  1. Pick a project in the sidebar and start a new session.
  2. Describe what you want in plain language. For example: "Write a Python script that reads sales.csv and prints the ten largest orders, then run it."
  3. Watch the agent work. It lays out a plan, runs commands, edits files and reports what it did.
  4. Answer any questions it asks. Depending on your permission preset, it also pauses for your approval before risky actions, such as deleting files or installing system packages.

When the agent finishes, keep the conversation going: ask for changes, point out mistakes or move on to the next step. Everything it wrote is saved in the project folder, and you can browse it on the Files page.

Attach a file

Attach a file to your message and send it. Windlass saves the file in the project's Attachments folder, so the agent can open it by path, for example /workspace/Project 1/Attachments/sales.csv.

If you attach an image, Windlass also creates a text file ending in .ocr.txt next to it, containing the text recognized in the image. This lets the agent read error messages, tables and notes straight from a screenshot.

Useful things to know early

Next steps

If anything is unclear, write to [support email] from the Support page. We are happy to help.