v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBprojects
Create Project
Create a new project for the authenticated user.
Delegates to ProjectService for business logic, example generation, activity recording, and failure analytics.
Args: request: Validated project creation payload. auth: Authentication result.
Returns: ProjectResponse for the newly created project.
Raises: HTTPException: 409 on duplicate name, 500 on unexpected errors.
post/projects
Request body
Response
Successful Response