Projects
Create Project
Creates a new project to organize tasks and apply consistent instructions.
POST
CreateProject
Create a new project to organize tasks and apply consistent instructions across multiple tasks.
The project’s instruction will be automatically applied to all tasks created within that project.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | The name of the project |
instruction | string | No | Default instruction that will be applied to all tasks in this project |
Example Request
Example Response
Using Projects with Tasks
Once you’ve created a project, you can assign tasks to it by including theproject_id in your task creation request:
Authorizations
Body
application/json
CreateProject