v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
Devbox
Devbox-NetworkTools

Create an SSH key for a Devbox

Create an SSH key for a Devbox to enable remote access.

post/v1/devboxes/{id}/create_ssh_key

Path parameters

idstring required

The Devbox ID.

Response

OK

idstring required

The ID of the Devbox.

urlstring required

The host url of the Devbox that can be used for SSH.

ssh_private_keystring required

The ssh private key, in PEM format.

ssh_userstring required

The Linux user to use for SSH connections to this Devbox.