gRPC Support
ForgeReq provides first-class support for testing gRPC services without leaving your local environment.

Inline Proto Compilation
Instead of relying on external schema registries or reflection, you can paste your .proto file contents directly into the request workspace. ForgeReq compiles it on the fly locally, maintaining the zero-telemetry guarantee.
- Create a new Endpoint.
- Select the gRPC protocol tab.
- Switch to the Proto Schema tab and paste your protobuf definition.
- ForgeReq instantly parses it and populates the Service and Method dropdowns.
Auth & Metadata
Standard gRPC headers (metadata) are fully supported. You can pass Bearer tokens or Basic auth which ForgeReq injects seamlessly into the request context. Variables can be interpolated using standard {{ }} syntax.