# Workspaces

A Workspace (formerly called an App) is the container for everything you do in Transloadit. It holds your Templates,Assemblies,Credentials, Collaborators, and its own Billing Plan. Each Workspace has a unique slug that appears in Console URLs like `/c/your-workspace/`.

## Create a Workspace

You create your first Workspace during onboarding. To add another one later:

1. Open the Console.
2. Use the Workspace switcher in the sidebar (or in the top bar on mobile).
3. Select **Create a new Workspace** and follow the prompts.

The Workspace name can be changed later in **Settings**, but the slug is what you will use in URLs and API contexts.

## Switch Workspaces

To move between Workspaces, use the Workspace switcher in the Console. Most Console pages are scoped to the active Workspace, so URLs include the Workspace slug, for example:`/c/your-workspace/templates/`.

If you open a link with a slug you do not have access to, the Console will redirect you to a Workspace you belong to.

## Collaborators

Invite teammates on the **Collaborators** page:

* `/c/collaborators/`

Collaborators get their own login accounts and can manage Templates and Assemblies in that Workspace. Usage and billing are shared within a Workspace, not across your entire account.

## Billing and plans

Each Workspace has its own billing plan and invoices. Visit **Billing** for the active Workspace:

* `/c/billing/`

Upgrading or changing a plan affects only the current Workspace.

## Credentials and keys

Workspaces store credentials such as storage integrations and Auth Keys. Manage them [here](/c/template-credentials/).

Your Auth Key and Auth Secret are tied to the Workspace, so keep them scoped to the correct Workspace when integrating.

## Workspace settings

You can rename or cancel a Workspace in [Settings](/c/settings/).

Canceling a Workspace disables processing for that Workspace while keeping your account intact.
