Create a new project
Create a new project.
Per FR-API-PROJ-002: Create project with name, workspace, and optional team.
Args: body: Project creation parameters.
Returns: Created project data.
Request Body required
Section titled “Request Body required ”Request body for creating a project.
Per FR-API-PROJ-002: Create project endpoint.
Attributes: name: Project name (required). workspace: Workspace GID (required). team: Team GID (optional, for organization workspaces).
Responses
Section titled “ Responses ”Successful Response
object
Response metadata
object
Request correlation ID
Response timestamp (UTC)
Pagination metadata for list responses.
Per ADR-ASANA-008: Cursor-based pagination with opaque offset.
Attributes: limit: Number of items requested per page. has_more: Whether more items exist after this page. next_offset: Opaque cursor for next page (None if no more pages).
Validation Error