Overview
You can manipulate every aspect of Bytebase via API. In fact, the Bytebase UI console is built on the same API.
Bytebase API is gRPC-based (spec).
Bytebase also provides RESTful HTTP API. Internally, it uses grpc-gateway to transcode HTTP API to gRPC.