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

# Organizations

> Create and manage organizations — the top-level workspace for your products, licenses, members, and billing.

Organizations are the top-level boundary for everything in KeyPort. Products, licenses, members, billing, webhook endpoints, and custom roles all belong to a single organization.

## Create an organization

<Steps>
  <Step title="Open the org switcher">
    Click your current organization name in the top navigation bar to open the org switcher panel.
  </Step>

  <Step title="Create a new org">
    Select **New organization**. Enter a display name and a slug. The slug becomes part of your organization's identifier and cannot be changed after creation, so choose carefully.
  </Step>

  <Step title="Confirm">
    Click **Create**. You are automatically set as the owner of the new organization.
  </Step>
</Steps>

## Slugs and naming

* The **name** is a human-readable label shown in the dashboard and emails.
* The **slug** is a URL-safe identifier used internally. It must be unique and is set at creation time.

## Organization limits

Each user account can belong to or own a limited number of organizations depending on your plan.

| Plan       | Organizations per user       |
| ---------- | ---------------------------- |
| Free       | `2`                          |
| Pro        | `2`                          |
| Enterprise | `2` by default, overrideable |

<Info>
  Enterprise plans use unlimited default resource limits, and platform admins can apply organization-count overrides where needed.
</Info>

## Switch between organizations

Click your organization name in the top navigation bar at any time to open the org switcher. Select any organization you belong to — the dashboard reloads in the context of that org.

## Manage an organization

From **Settings > General**, you can:

* Update the organization display name
* View the organization slug
* Transfer ownership to another member (subject to plan and permission checks)
* Delete the organization permanently

<Warning>
  Deleting an organization is permanent. All products, licenses, members, and billing data associated with it are removed and cannot be recovered.
</Warning>
