Skip to main content
The complete api.proto for the public gRPC API at boxd.sh:9443. It is proto3 with no external imports, so copy it into a local api.proto and stub generation with protoc, buf, grpc_tools, or @grpc/proto-loader is one command. You don’t strictly need the file. Server reflection is on, so the schema can be inferred straight from the endpoint. grpcurl and buf curl work against it directly, and grpcurl -plaintext boxd.sh:9443 describe boxd.api.v1.BoxdApi prints the schema on demand. The walkthrough (endpoint, authentication, hello world) is on the gRPC API overview.