Create project
project_createCreate a new Asana project by specifying workspace and name, with optional team, color, notes, default view, and public settings.
Instructions
Create a project in a workspace (team_gid is required in an organization).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | One of: none, red, orange, yellow-orange, yellow, yellow-green, green, blue-green, aqua, blue, indigo, purple, magenta, hot-pink, pink, cool-gray | |
| notes | No | Project description. | |
| public | No | ||
| team_gid | No | Asana gid (numeric string). Use asana_find to look one up by name. | |
| default_view | No | Which tab opens by default. Note: the Dashboard tab cannot be configured via API. | |
| workspace_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. |