| Tool | When to use |
|---|---|
list_accessible_workspaces | List the customer’s workspaces and which one is currently active. |
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.
Common chains
- Confirm workspace at start:
list_accessible_workspacesto see which workspace is active before drilling in

