Start tunnel
tunnel.startExpose a local HTTP server on a public HTTPS URL for webhooks, OAuth callbacks, and sharing development servers.
Instructions
Expose a local HTTP server on a public HTTPS URL via ngsrv. Returns public_url and local_port. Use for webhooks, OAuth callbacks, and sharing dev servers. Call tunnel.list afterward to see active tunnels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | TCP port your local HTTP server listens on. Example: 3000 for Next.js, 8080 for APIs, 4242 for Stripe CLI. |