What problem does it solve? Deploying internal APIs, microservices, or gRPC servers that must never face the public internet requires correct private networking configuration, which is easy to get wrong. This Skill guides the setup of Render private services so internal workloads are reachable only by other services on the same private network. ## Core Features & Use Cases - Private Service Configuration: Defines type: pserv services in Render Blueprints with build commands, start commands, regions, and plans. - Service-to-Service Wiring: Connects services using fromService with host, port, or hostport properties so a public gateway can reach internal services. - Protocol Flexibility: Supports HTTP, gRPC, TCP, WebSocket, and custom binary protocols on any non-restricted port. - Use Case: A team deploys a public gateway web service plus internal user-service and billing-service microservices; the gateway receives USER_SERVICE_URL and BILLING_SERVICE_URL via fromService wiring and calls them over the private network. ## Quick Start Ask the assistant to create a Render Blueprint for an internal API private service wired to a public gateway using fromService hostport references.