gRPC API Reference

GatewayD exposes a gRPC API that can be used to interact with the GatewayD plugin system. This API can be used by the GatewayD plugins and is available in the GatewayD SDK.

Protocol buffers definition

The gRPC API v1 is defined in the plugin.proto file. The gRPC API is versioned and the current version is v1.

Go Stubs

The GatewayD SDK provides Go stubs for the gRPC API. The stubs are generated from the plugin.proto. The stubs are available in the plugin/v1 package.

Documentation

The latest gRPC API documentation is available here.