Devbox
Devbox-NetworkTools

Create a tunnel to an available port on the Devbox.

Create a live tunnel to an available port on the Devbox.

post/v1/devboxes/{id}/create_tunnel

Path parameters

idstring required

The Devbox ID.

Request body

portinteger required

Devbox port that tunnel will expose.

Response

OK

devbox_idstring required

ID of the Devbox the tunnel routes to.

portinteger required

Port of the Devbox the tunnel routes to.

urlstring required

Public url used to access Devbox.

Changes