Projects API
List Projects
| Parameter | Type | Description |
|---|---|---|
search | string | Filter by project name |
status | string | Filter by status (DRAFT, IN_PROGRESS, etc.) |
templateId | string | Filter by template |
priority | string | Filter by priority |
sortBy | string | Sort field |
sortOrder | string | asc or desc |
assignedToMe | boolean | Only show assigned projects |
Create Project
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Project name |
description | string | No | Project description |
templateId | string | No | Template to use |
status | string | No | Initial status (default: DRAFT) |
priority | string | No | Priority level |
Get Project
x-share-token header.
Update Project
Delete Project
Quick Start Project
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Project name |
templateId | string | No | Template to use |
useCase | string | No | Use case description |
Project from Marketplace
| Field | Type | Required | Description |
|---|---|---|---|
templateId | string | Yes | Marketplace template ID |
name | string | No | Custom project name |
PRD Documents
Get PRD
Create/Replace PRD
| Field | Type | Required | Description |
|---|---|---|---|
content | string | Yes | PRD content (markdown/HTML) |
style | string | No | PRD style |
Update PRD
PRD Versions
Files
List Files
Upload File
multipart/form-data with file field. Max 10MB.
Delete File
Folders
Comments
List Comments
Create Comment
| Field | Type | Required | Description |
|---|---|---|---|
content | string | Yes | Comment text |
parentId | string | No | Reply to this comment |
section | string | No | Anchor to PRD section |
blockId | string | No | Anchor to specific block |
Update Comment
Delete Comment
Status & Activity
Update Status
{ "status": "IN_REVIEW" }
Status History
Activity Feed
Sharing & Collaboration
Get Share Settings
Enable Sharing
| Field | Type | Description |
|---|---|---|
password | string | Optional password protection |
expiresAt | string | Optional expiration date |
Revoke Share
Collaborators
Stakeholder Views
Project Links
PRD Score
Assignment
{ "assignedToId": "user_123" }