Layers

Switching Organizations

How to switch between organizations in the app and CLI.

View as Markdown

In the app

The Org switcher is in the app shell. Click it to:

  • Switch active organization.
  • Create a new organization.
  • See your role in each organization you're a member of.

The selected organization is persisted across sessions.

Via URL

Direct links include the organization ID where applicable:

  • /organizations/{orgId} — organization dashboard.
  • /organizations/{orgId}/projects — the organization's project list.
  • /project/{projectId}/... — project URLs are scoped to the organization that owns the project.

Via CLI

layers orgs list              # list orgs you belong to
layers orgs switch <org-id>   # set default org for subsequent commands
layers whoami                 # confirm active identity

See CLI Authorization for setup.

On this page