---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/org-create.md
  - https://sourcecraft.dev/portal/docs/ru/sourcecraft/operations/org-create.md
title: Creating an organization in SourceCraft
description: How to create an organization in SourceCraft for collaboration on projects and repository management.
---
> **Documentation Index:** Fetch the complete configuration index at https://sourcecraft.dev/portal/docs/en/llms.txt


# Creating an organization in SourceCraft

<!-- source: en/_includes/sourcecraft/org-description.md -->
An _organization_ is a user space in SourceCraft.

When a user [signs up](https://sourcecraft.dev/portal/docs/en/sourcecraft/security/registration.md) in SourceCraft, this automatically creates a _personal organization_ and [cloud](https://yandex.cloud/en/docs/resource-manager/concepts/resources-hierarchy#cloud) in Yandex Cloud. A personal organization can be distinguished by `Personal Organization (SourceCraft)` in its name and `Created by SourceCraft` in its description.

Organizations do not interact with each other. Resources belonging to an organization cannot access another organization’s resources.
<!-- endsource: en/_includes/sourcecraft/org-description.md -->

<!-- source: en/_includes/sourcecraft/org-yc.md -->
If you already have a [Yandex Cloud organization](https://yandex.cloud/en/docs/billing/concepts/organization), you can use it in SourceCraft.

If you have none, an organization will be automatically created for you to work with SourceCraft.
<!-- endsource: en/_includes/sourcecraft/org-yc.md -->

{% note tip %}

<!-- source: en/_includes/sourcecraft/federations-note.md -->
To authorize corporate accounts in SourceCraft using single sign-on (SSO), you can use Yandex Cloud [SAML-compatiable identity federations](https://yandex.cloud/en/docs/organization/concepts/add-federation).
<!-- endsource: en/_includes/sourcecraft/federations-note.md -->

{% endnote %}

Learn more about organizations [here](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/index.md#org).

To create a new organization:
1. Open the SourceCraft [home page](https://sourcecraft.dev).
1. On the <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M12.5 12.618c.307-.275.5-.674.5-1.118V6.977a1.5 1.5 0 0 0-.585-1.189l-3.5-2.692a1.5 1.5 0 0 0-1.83 0l-3.5 2.692A1.5 1.5 0 0 0 3 6.978V11.5A1.496 1.496 0 0 0 4.493 13H5V9.5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2V13h.507c.381-.002.73-.146.993-.382m2-1.118a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3V6.977A3 3 0 0 1 2.67 4.6l3.5-2.692a3 3 0 0 1 3.66 0l3.5 2.692a3 3 0 0 1 1.17 2.378zm-5-2A.5.5 0 0 0 9 9H7a.5.5 0 0 0-.5.5V13h3z" clip-rule="evenodd"/></svg> **Home** tab, navigate to <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M9 2.5H7a.5.5 0 0 0-.5.5v1h3V3a.5.5 0 0 0-.5-.5M5 3v1H4a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3h-1V3a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2m4.5 2.5H12A1.5 1.5 0 0 1 13.5 7v4a1.5 1.5 0 0 1-1.5 1.5H4A1.5 1.5 0 0 1 2.5 11V7A1.5 1.5 0 0 1 4 5.5zM4.75 7a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></svg> **Organizations**.
1. In the top-right corner, click **New organization**.
1. In the **Display name** field, enter a full name for your organization, `My new perfect organization`.
1. In the **Slug** field, enter an organization slug. You will use it to access the [repositories](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/index.md#repos): `https://sourcecraft.dev/<organization_slug>/<repository_name>`.
1. Select **Organization visibility**:
    * **Private**: Only [invited](https://sourcecraft.dev/portal/docs/en/sourcecraft/security/invite.md) users will have access to view and edit the repositories. You cannot create public repositories in such organizations.
    * **Public**: All internet users will be able to view the organization's public repositories without authentication. Only invited users will be able to modify the repositories.

    You can change the organization's visibility at any time.

1. Click **Create organization**.

#### Useful links {#see-also}

* [SourceCraft resource relationships](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/index.md)
* [Sending and accepting an invitation to a SourceCraft organization](https://sourcecraft.dev/portal/docs/en/sourcecraft/security/invite.md)
* [Assigning a role to a user in SourceCraft](https://sourcecraft.dev/portal/docs/en/sourcecraft/security/bind.md)
