Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PLANNING
ACTIVE
ON_HOLD
COMPLETED
CANCELLED
GET /project Authorization: Bearer <token>
GET /project/:id Authorization: Bearer <token>
POST /project Authorization: Bearer <token> Content-Type: application/json
{ "name": "Q2 Roadmap", "teamId": "team_01jq...", "status": "PLANNING" }
name
teamId
PATCH /project/:id Authorization: Bearer <token> Content-Type: application/json
{ "status": "ACTIVE", "description": "..." }
DELETE /project/:id Authorization: Bearer <token>
GET /project/:id/task Authorization: Bearer <token>