Connect API and OpenAPI
SickRock serves a Connect RPC API (gRPC-over-HTTP) and publishes an OpenAPI specification for the same surface.
Connect RPC
-
Base path:
/api -
Protocol: Connect (compatible with gRPC clients and HTTP JSON)
Generate client code from the protobuf definitions in the proto/ directory, or call endpoints directly over HTTP.