# Creating an Organization





Organizations are collaborative spaces where teams share preview deployments, manage members, and configure API keys — all separate from your personal account.

Every user gets a free personal space for individual sites. Organizations add a shared layer on top, with their own billing, member roles, and site limits.

Creating an organization [#creating-an-organization]

1. Open the **OrgSwitcher** dropdown in the top-left of the dashboard
2. Click **Create Organization**
3. Enter a name and slug for your organization

Slug rules [#slug-rules]

Your organization slug becomes part of every site URL, so choose carefully:

* 3–20 characters
* Lowercase letters, numbers, and hyphens only
* Must start with a letter or number
* **Cannot be changed** after creation

<Callout type="warn">
  Organization slugs are permanent. Pick something your team will be happy with long-term.
</Callout>

Plans [#plans]

Each organization has its own plan, independent of any personal plan you may have.

| Feature | Free  | Pro    | Enterprise |
| ------- | ----- | ------ | ---------- |
| Sites   | 3     | 50     | Unlimited  |
| Storage | 15 MB | 500 MB | Unlimited  |
| Members | 2     | 20     | Unlimited  |

<Callout type="info">
  Your personal space is always free and separate from any organization plan. Creating an
  organization doesn't affect your personal limits.
</Callout>

Next steps [#next-steps]

* [Invite team members](/organizations/inviting-members) to collaborate
* [Deploy sites](/organizations/organization-sites) under your organization
* [Create API keys](/organizations/api-keys) for CI/CD pipelines
