Skip to main content
POST
Create Project
Projects organize agents and resources within a namespace. Each project can contain multiple agents and filesystems.

Body

application/json

Request model for creating a project.

name
string
required

Project name (unique within namespace).

Required string length: 1 - 255
namespace_id
string
required

The namespace this project belongs to.

description
string | null

Optional project description.

Maximum string length: 1000

Response

Successful Response

Response model for project.

created_by
string
required

member_id of the creator.

id
string
required

The unique identifier of the project.

name
string
required

Project name.

namespace_id
string
required

The namespace this project belongs to.

created_at
string<date-time> | null

When the project was created.

description
string | null

Optional project description.