Project Management API
Create, read, update, and delete projects within an organization.
Base URL: https://api.noukai.xyz/api/v1/projects
All endpoints require JWT authentication.
Create Project
Response (201):
List Projects
Returns all projects accessible to the authenticated user.
Get Project
Update Project
Delete Project
Soft-deletes the project and all its flows.