Skip to main content

Buf Studio

Interacting with Buf Studio

An interactive web UI for all the gRPC and Protobuf services stored on the Osmosis Buf Schema Registry

Studio preconfigured with the mainnet RPC:

Things you can do with buf Studio:

  • Select an endpoint from any BSR module to send requests to gRPC
  • Use the editor with schema-based autocompletion, validation and documentation to draft JSON based request messages.
  • Configure headers to further customize outgoing requests.
  • Optionally include cookies in outgoing request to send authenticated requests to private APIs (or Buf Studio Agent instances).
  • Create shareable links for requests defined on Buf Studio to team members with access.

How does buf Studio work with Osmosis

We have a Buf agent running at https://buf.osmosis.zone which will allow you to use the buf data studio to explore the available methods.

Composing requests