Skip to main content
POST
Create project

Authorizations

Authorization
string
header
required

Access token from POST /management/v1/auth/token (publishable-key exchange) or a login session. Publishable-key tokens are agent-scoped and serve the messaging surface; login tokens also serve management.

Body

application/json

Create a project.

name
string
required

Project name

Required string length: 2 - 100

Response

Successful Response

A project — groups your agents within an organization.

id
string
required

Project id

Pattern: ^[0-9a-fA-F]{24}$
name
string
required

Project name

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp