Skip to main content
POST
Upload SSH key

Authorizations

Authorization
string
header
required

Use a JWT access token or API key (prefixed with nv_)

Body

application/json
ssh_public_key
string
required

SSH public key (e.g., ssh-ed25519 AAAA... or ssh-rsa AAAA...)

Maximum string length: 16000
label
string
default:Default SSH Key

Label for the key (e.g., 'Work Laptop')

Maximum string length: 100

Response

SSH key uploaded

id
string<uuid>
label
string
key_type
string
Example:

"ssh-ed25519"

fingerprint
string
Example:

"SHA256:abc123..."

created_at
string<date-time>