# Project Manage your projects ## Create Project - [POST /tailored-gen/projects](https://docs.bria.ai/tailored-generation/project/create-project.md): Create a new project within the organization. Project Locking & Training Version: Projects can be dedicated to a specific training version family (FIBO or Legacy). * If training_version is provided: The project is locked to that family immediately. * If training_version is omitted (null): The project remains unlocked until the first dataset is created. Upon creating the first dataset, the project automatically inherits the dataset's training_version and becomes locked to that family. Families: * FIBO: fibo * Legacy: max, light, 3.2, 2.3 (Legacy versions are interchangeable within a project). The following IP types are supported: Defined Character A specific character that maintains consistent identity and unique traits while being reproduced in different poses, situations, and actions. Medium: Photography Medium: Illustration Stylized Scene Complete environments or scenes created with a consistent visual style, look, and feel. Medium: Photography Medium: Illustration Multi-Object Set A collection of different objects sharing a common style, design language, or color scheme. Objects are typically isolated on solid backgrounds. Object Variants Multiple variations of the same object type, maintaining consistent style and structure while showing different interpretations. Objects are typically isolated on solid backgrounds. Icons A collection of cohesive, small-scale illustrations or symbols designed to represent concepts, actions, or objects in interfaces and applications. Maintains consistent visual style across the set. Character Variants Multiple characters sharing the same fundamental structure, style, and color palette, allowing creation of new characters that fit within the established design system. ## Get Projects - [GET /tailored-gen/projects](https://docs.bria.ai/tailored-generation/project/get-projects.md): Retrieve all projects within the organization. If there are no projects, returns an empty array. ## Get Project by ID - [GET /tailored-gen/projects/{project_id}](https://docs.bria.ai/tailored-generation/project/get-project-by-id.md): Retrieve full project information including project name and description, IP name and description, IP medium (photography/illustration), IP type, status, and timestamps. ## Update Project - [PUT /tailored-gen/projects/{project_id}](https://docs.bria.ai/tailored-generation/project/update-project.md): Update a specific project ## Delete Project - [DELETE /tailored-gen/projects/{project_id}](https://docs.bria.ai/tailored-generation/project/delete-project.md): Permanently delete a project and all its associated resources, including all datasets, images, and models. This action cannot be undone. Training models must be stopped before deletion.