Creating an organization in SourceCraft

An organization is a user space in SourceCraft.

Organizations do not interact with each other. Resources belonging to an organization cannot access another organization’s resources.

If you already have an organization registered in Yandex Cloud, you can use the same one in SourceCraft.

If you have none, an organization will be automatically created for you to work with SourceCraft.

Tip

To authorize corporate accounts in SourceCraft using single sign-on (SSO), you can use Yandex Cloud SAML-compatiable identity federations.

Learn more about organizations here.

To create a new organization:

  1. Open the SourceCraft home page.

  2. On the Home tab, navigate to Organizations.

  3. In the top-right corner, click New organization.

  4. In the Display name field, enter a full name for your organization, My new perfect organization.

  5. In the Slug field, enter an organization slug. You will use it to access the repositories: https://sourcecraft.dev/<organization_slug>/<repository_name>.

  6. Select Organization visibility:

    • Private: Only invited 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.

  7. Click Create organization.

See also