> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Proxy local service

> Proxy a local service to a public endpoint using a TCP tunnel, similar to ngrok.

{/* Tool: proxy_local_service */}

Creates a tunnel from the specified local port to a public endpoint and forwards all TCP traffic through it (not just HTTP). Note that the created tunnel is temporary and intended for preview purposes. It is accessed through HTTP, not HTTPS, and it will be discarded eventually, so you cannot rely on it for permanent access or "production" use cases.

## Parameters

<ParamField path="local_port" type="number" required={true}>
  Local port to proxy (must be between 1024-65535).
</ParamField>
