# Projects Manage your projects programmatically. ## Create a new project - [POST /projects](https://docs.genway.ai/openapi/projects/createproject.md): Create a new project (Contextual Interview) Note: Prototype Testing projects creation is not yet supported. ## Update project details - [PATCH /projects/{project_id}](https://docs.genway.ai/openapi/projects/updateprojectdetails.md): Update the details of a project by its projectId. ## Publish/resume a project - [POST /projects/{project_id}/activate](https://docs.genway.ai/openapi/projects/activateproject.md): Publish or resume a project ## Pause a project - [POST /projects/{project_id}/deactivate](https://docs.genway.ai/openapi/projects/deactivateproject.md): Pause an active project, making it inactive. This is useful for temporarily halting a project. ## Export all interviews transcripts and summaries - [GET /projects/{project_id}/interviews-export](https://docs.genway.ai/openapi/projects/exportinterviews.md): Export all interviews transcripts and summaries for a specific project. ## Export all interviewees' information - [GET /projects/{project_id}/interviewees-export](https://docs.genway.ai/openapi/projects/exportinterviewees.md): Export all interviewees' information for a specific project as a CSV file. ## Get project URL for sharing with interviewees - [GET /projects/{project_id}/url](https://docs.genway.ai/openapi/projects/getprojecturl.md): Get the URL for a project to share with interviewees. Accepts a parameter to specify sandbox or production URL.