# Workspaces Manage workspaces within an organization, and list projects within a workspace. ## Get workspace - [GET /auth/organization/{organizationId}/workspace/{workspaceId}](https://api-docs.shuffll.com/apis/workspaces/getworkspacebyid.md): Retrieve detailed information about a specific workspace including: - Workspace ID and name - Metrics (asset count, project count, template count, user count) - Complete branding configuration - Video prompts and ideas - Creator information ## Update workspace - [PUT /auth/organization/{organizationId}/workspace/{workspaceId}](https://api-docs.shuffll.com/apis/workspaces/updateworkspace.md): Update fields on a specific workspace. Currently supports updating the workspace name. To update workspace branding (logo, colors, company info), use PUT /auth/branding/entity. ## List workspace projects - [GET /auth/workspace/{workspaceId}/projects](https://api-docs.shuffll.com/apis/workspaces/listworkspaceprojects.md): Retrieve all projects in a specific workspace. Returns a list of project summaries including each project's ID, name, current status, and creation date. Use this endpoint to enumerate existing projects before exporting or checking their status.