Single request debugging
Choose a gRPC service.method, edit Payload, Metadata, Auth, TLS, and environment variables, then inspect body, headers, trailers, status, and duration.
The left side keeps workspace and request trees, the center handles gRPC request editing, and supporting views cover Proto, environments, history, diagnosis, and chains.
Choose a gRPC service.method, edit Payload, Metadata, Auth, TLS, and environment variables, then inspect body, headers, trailers, status, and duration.
Use Reflection when available; when it fails, continue through the same local Proto directory or Git Proto repository import path.
Compare variables and global Metadata across environments, with missing values, active environment, and sensitive fields clearly marked.
Restore requests from history, group by method, and compare status, duration, body, metadata, and trailers.
Environment variables, global Metadata, Bearer/API Key/Basic, TLS/mTLS, server name override, and proxy settings become reusable execution context before each request is sent.