Buf Schema Registry (BSR)

Buf Schema Registry URLs

The URLs below show how to reach various aspects of the Buf Schema Registry (BSR) features and admin screens.

  • The value of {remote} is buf.build for the public BSR, and is the custom domain of the private BSR server for organizations on the Pro or Enterprise plans.

  • {owner} can be a user or an organization.

  • {reference} can be either a BSR commit ID or a label.

User settings for currently signed-in user

https://{remote}/settings/user

User profile

https://{remote}/{user}

Organization profile

https://{remote}/{organization}

Members of an organization

https://{remote}/{organization}/members

Organizations a user belongs to

https://{remote}/{user}/organizations

Module repository

https://{remote}/{owner}/{repository}

Repository documentation

https://{remote}/{owner}/{repository}/docs

Repository code

https://{remote}/{owner}/{repository}/tree

Repository generated SDKs

https://{remote}/{owner}/{repository}/sdks

Repository activity

https://{remote}/{owner}/{repository}/activity

Generated documentation for a specific reference

https://{remote}/{owner}/{repository}/docs/{reference}

Generated SDKs for a specific reference

https://{remote}/{owner}/{repository}/sdks/{reference}