> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspaces

> Organise your workflows, connections, and team members within workspaces.

A **workspace** is the top-level container in Spojit. It groups together your workflows, connections, and team settings. Every user belongs to at least one workspace.

## What belongs to a workspace

| Resource          | Scoped to workspace?                        |
| ----------------- | ------------------------------------------- |
| Workflows         | Yes, each workflow belongs to one workspace |
| Connections       | Yes, credentials are stored per workspace   |
| Team members      | Yes, users are invited per workspace        |
| Execution history | Yes, logs are workspace-scoped              |

## Creating a workspace

When you sign up for Spojit, a default workspace is created automatically. To create additional workspaces:

<Steps>
  <Step title="Open workspace settings">
    Click your workspace name in the top-left corner of the sidebar, then select **Create Workspace**.
  </Step>

  <Step title="Name your workspace">
    Enter a name for the workspace (e.g., "Production", "Staging", or a team name).
  </Step>

  <Step title="Start building">
    Your new workspace is ready. Switch between workspaces at any time using the workspace selector.
  </Step>
</Steps>

## Switching workspaces

Click the workspace name in the sidebar to open the workspace selector. Your workflows, connections, and settings update to reflect the selected workspace.

## Team management

Invite team members to collaborate on workflows within a workspace.

<Steps>
  <Step title="Go to Settings">
    Navigate to **Settings → Workspace → Members**.
  </Step>

  <Step title="Invite a member">
    Enter their email address and select a role.
  </Step>

  <Step title="They accept the invite">
    The invited user receives an email and can join the workspace after signing in.
  </Step>
</Steps>

### Roles

| Role       | Permissions                                            |
| ---------- | ------------------------------------------------------ |
| **Owner**  | Full access: manage members, billing, and all settings |
| **Admin**  | Manage workflows, connections, and members             |
| **Member** | Create and edit workflows and connections              |
| **Viewer** | Read-only access to workflows and execution logs       |

## Deleting a workspace

<Warning>
  Deleting a workspace permanently removes all its workflows, connections, and execution history. This action cannot be undone.
</Warning>

To delete a workspace, go to **Settings → Workspace → General** and click **Delete Workspace**. You must be the workspace owner to perform this action.
