Onboarding
First-run org setup steps and progressive completion actions.
Onboarding tracks per-user first-run progress inside an org.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/onboarding | Current state and completed steps. |
PATCH | /api/v1/onboarding | Update profile fields collected during onboarding. |
POST | /api/v1/onboarding | Run an action. |
Actions
| Action | Purpose |
|---|---|
ensure_getting_started_project | Provision the starter project if missing. |
apply_dynamic_setup | Apply LLM-suggested starter configuration. |
complete_organization_setup | Mark org setup done. |
complete_step | Mark an individual step complete. |
skip_step | Skip a step. |
reset | Reset onboarding state (support/debug). |