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

# capy org: Switch Your Active Organization

> Switch your active Capy organization with capy org. Affects org-scoped commands like invite and kick; project-scoped commands always read from keep.lock.

## Synopsis

```bash theme={null}
capy org
```

## Description

Lists the organizations you're a member of and lets you pick the active one. The active org is used for org-scoped operations like `capy invite`.

Project-scoped operations (sync, deploy, branch switching) always use the org baked into the project's `keep.lock` - `capy org` doesn't change what a given project syncs against.

## Example

```bash theme={null}
$ capy org

? Pick an organization:
  ❯ Acme Corp
    Personal
    Side Project LLC
```

## See also

* [Switching organizations](/using/organizations/switching)
* [`capy info`](/cli/info) - show the currently active org
