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

# Workspaces

> Share one account with your team. A workspace holds your API keys, credits, and usage, and every member gets a role that says what they can do.

A **workspace** is where your API keys, credits, and usage live. Everyone you invite
into it shares them, and each member has a role that says what they can do.

## Your workspaces

You start with a personal workspace. You can create more at any time from the
console's settings, for example one per product or per team, and switch between
them from the top of the console. Each workspace has its own keys, its own balance,
and its own usage.

If someone invites you into their workspace, you join it directly. You can still
create a personal workspace for your own projects whenever you want one.

## Inviting your team

Open settings in the console, enter your teammate's email, and pick a role. They
receive an email and are in the workspace as soon as they accept. Pending invitations
are listed there and can be revoked until they are accepted.

## Roles

| Role          | What they can do                                                                  |
| ------------- | --------------------------------------------------------------------------------- |
| **Owner**     | Everything, including managing other owners and deleting the workspace            |
| **Admin**     | Invite and remove members, change roles, rename the workspace, and manage billing |
| **Developer** | Create and revoke API keys, and see usage and logs                                |
| **Viewer**    | See usage, logs, keys, and members, without changing anything                     |

A workspace always keeps at least one owner. Only an owner can make someone else an
owner, or change another owner's role.

## API keys belong to the workspace

Keys are created inside a workspace and stay with it. If the person who created a key
leaves, the key keeps working, so nothing in production stops. Members with the
developer role or above can see who created each key and rotate it when they want to.

## Deleting a workspace

An owner can delete a workspace from settings. Its API keys stop working immediately
and its members lose access. A workspace with credits left on it cannot be deleted:
spend them first, or contact us.
