An organization allows you to collaborate. You will be able to assign different roles to a user so that they can see, edit, create new resources under the organization, and/or delete all the organization's existing resources.

Create organization

To create a new organization, log in to the Buf Schema Registry, click on Show all under the "Your organization" section, and then select Create Organization.

org-create.png

When setting up a new organization, there are a few important things to keep in mind:

  • The organization name must be unique and between 3 and 32 characters in length. It can only contain lowercase letters, numbers, or hyphens (-).
  • You have the option to link an organization URL later in the repository settings.
  • You can also provide a description of the organization, which can be up to 350 characters in length.
  • Additionally, you can provide an organization logo to make the org memorable and identifiable.

During beta, organization names cannot be changed without deleting and recreating the organization and all its contents. Please choose the name carefully.

Delete organization

Deleting the organization is a permanent action, and cannot be undone. You must first delete all repositories, templates, and plugins owned by the organization.

Buf Schema Registry URLs

User settings

https://buf.build/settings/user

User profile

https://buf.build/{user}

Organization profile

https://buf.build/{organization}

Members of an organization

https://buf.build/{organization}/members

Organizations a user belongs to

https://buf.build/{user}/organizations

Module repository

https://buf.build/{owner}/{repository}

Repository documentation

https://buf.build/{owner}/{repository}/docs

Repository code

https://buf.build/{owner}/{repository}/tree

Generated respository assets

https://buf.build/{owner}/{repository}/assets

Repository history

https://buf.build/{owner}/{repository}/history

Hosted templates associated with an owner

https://buf.build/{owner}/templates

Hosted template

https://buf.build/{owner}/templates/{template}

Remote plugins associated with an owner

https://buf.build/{owner}/plugins

Remote plugin

https://buf.build/{owner}/plugins/{plugin}

Generated documentation for a specific reference

https://buf.build/{owner}/{repository}/docs/{reference}

Generated assets for a specific reference

https://buf.build/{owner}/{repository}/assets/{reference}