Skip to main content
POST
CreateProject
API v1 is deprecated and will be removed in the future. Please migrate to API v2 for new features and long-term support.
Create a new project to organize tasks and apply consistent instructions across multiple tasks.

Request Body

Example Request

Example Response

Using Projects with Tasks

Once you’ve created a project, you can assign tasks to it by including the project_id in your task creation request:
The project’s instruction will be automatically applied to all tasks created within that project.

Authorizations

API_KEY
string
header
required

Body

application/json
name
string
required

Name of the project

instruction
string

Default instruction that will be applied to all tasks in this project

Response

200 - application/json

Project created successfully.

id
string

Unique identifier for the project

name
string

Name of the project

instruction
string

Default instruction applied to all tasks in this project

created_at
integer<int64>

Unix timestamp (seconds) when the project was created