Verdent Docs

Quick Start

Add your first project and assign tasks to Manager

This guide walks you through adding a project to Manager and understanding the basic Project and Task concepts.

Core Concepts

Project

A Project corresponds to either a local folder on your machine or a directory on a remote server. It can be a code repository, a design workspace, or any environment where you want Manager to participate.

Task (or Session)

Each time you assign work to Manager, a new task is created.

Task States

A task has four possible states:

StateDescription
RunningThe agent is actively executing the task
PendingThe task is queued and has not started yet
CompletedThe task has finished execution
ErrorThe task encountered an issue during execution

Add a Local Project

Open the Projects panel

Open the Manager main interface and click the Projects icon in the top-right toolbar to open the project panel.

Open Project

Click the + button in the top-right corner of the panel, then select Open Project.

Choose a folder

In the file picker, choose your local folder and confirm.

Start working

The project will appear in the list, and you can start assigning tasks immediately.


Connect to a Remote Project (SSH)

Select Connect via SSH

Click the + button and select Connect via SSH.

Configure the connection

Enter the remote server address, username, and key path to configure the connection.

Assign tasks

Once connected, the remote project will appear in the list just like a local project, and you can assign and track tasks normally.