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.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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