SDLCFlow AI

Step 1 — create a project (no-auth MVP). API: http://localhost:5267

Project details

Origin

Requirements (initial)

Payload preview

Project name is required.

{
  "tenantId": "TEN-DEV",
  "project": {
    "name": null,
    "code": null,
    "description": null,
    "origin": "existing"
  },
  "requirements": {
    "targetedUsers": null,
    "mainFeatures": []
  },
  "onboardingStep": 1
}

Creates a project via POST /api/projects (tenant TEN-DEV, step 1). Next: multi-step onboarding wizard and architecture tiers (step 3).