Skip to main content
Fusioncat is currently in its alpha stage. The main API server is located at: https://api.staging.fusioncatalyst.io/Please note that breaking changes and bugs are to be expected, as the product is still under active development.

Workspace Management Commands

The paw workspaces commands allow you to create and manage workspaces for team collaboration.

Commands

workspaces list

List all workspaces you have access to.

Examples

workspaces new

Create a new workspace.

Options

  • --name (required): Workspace name
  • --description: Optional description of the workspace

Examples

Working with Workspaces

What are Workspaces?

Workspaces are collaborative environments where teams can:
  • Share projects
  • Manage access permissions
  • Organize resources by team or department
  • Collaborate on API definitions

Workspace Projects

After creating a workspace, you can create projects that belong to it:

Workspace Members

Workspace membership and permissions are managed through the FusionCatalyst web interface or API. The CLI focuses on workspace and project creation.

Best Practices

Workspace Organization

  1. One workspace per team: Keep team resources together
  2. Clear naming: Use descriptive names that identify the team or purpose
  3. Documentation: Use descriptions to clarify workspace purpose

Workspace Structure Example

Access Control

  • Workspace owners can manage members
  • Members can create and modify projects
  • Project-level permissions override workspace permissions

Examples

Complete Team Setup

Migration from User to Workspace

If you have personal projects that should be shared:
  1. Export the project definition
  2. Create a new workspace
  3. Create a new project in the workspace
  4. Import the project definition