Overview
You can manipulate every aspect of Bytebase via API. In fact, the Bytebase UI console is built on the same API. You can use Bytebase as a headless database deployment backend and integrate it with your own internal developer platform.
Bytebase API is gRPC-based (spec).
Bytebase also provides RESTful HTTP API. Internally, it uses grpc-gateway to transcode HTTP API to gRPC.