Skip to main content

Projects API

List Projects

Query Parameters:
Response:

Create Project

Body:

Get Project

Returns full project details with template and assignee data. Supports share token authentication via x-share-token header.

Update Project

Body: Any project fields to update (name, description, status, priority, assignedToId, templateId).

Delete Project

Quick Start Project

Create a project from the quick-start flow. Body:

Project from Marketplace

Body:

PRD Documents

Get PRD

Create/Replace PRD

Body:

Update PRD

PRD Versions


Files

List Files

Upload File

Send as multipart/form-data with file field. Max 10MB.

Delete File


Folders


Comments

List Comments

Returns threaded comments with user data.

Create Comment

Body:

Update Comment

Delete Comment


Status & Activity

Update Status

Body: { "status": "IN_REVIEW" }

Status History

Activity Feed


Sharing & Collaboration

Get Share Settings

Enable Sharing

Body:

Revoke Share

Collaborators


Stakeholder Views



PRD Score

Returns AI-generated quality score with breakdown across clarity, completeness, user focus, technical feasibility, metrics, and risk assessment.

Assignment

Body: { "assignedToId": "user_123" }