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

# Workspace

> List the workspaces you can access and see which one is active.

| Tool                         | When to use                                                       |
| ---------------------------- | ----------------------------------------------------------------- |
| `list_accessible_workspaces` | List the customer's workspaces and which one is currently active. |

All tools in production are read-only. Use `list_accessible_workspaces` to orient at the start of a session or to confirm which workspace the assistant is reading from before drilling in.

## Switching workspaces

Each session is scoped to a single workspace. To switch, how you do it depends on how you authenticated:

* **OAuth** — disconnect the Klarity connection in your client and reconnect. The reconnect flow shows a workspace picker.
* **API key** — keys are bound to the workspace they were generated in. Generate a new key in the other workspace and swap the Bearer token in your client.

See [Authentication → Switching workspaces](/authentication#switching-workspaces) for the full walkthrough.

## Common chains

* **Confirm workspace at start**: `list_accessible_workspaces` to see which workspace is active before drilling in
