> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guillo.team/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Go from zero to first executed task in two minutes.

## 1. Install

```sh theme={null}
curl -fsSL https://guillo.team/install.sh | sh
```

## 2. Register

```sh theme={null}
guillo auth register
```

Enter your email. You'll receive a verification code, then your API key is written to `~/.guilloteam/.env` automatically.

## 3. Create a project

```sh theme={null}
guillo teams list
guillo lock team <team-id>
guillo projects create "My First Project"
guillo lock project <project-id>
```

## 4. Create and execute a task

```sh theme={null}
guillo tasks create "Ship it"
guillo tasks list
guillo execute <task-id>
```

That's it. The blade has fallen.
