Skip to main content
POST
Create SSH key
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Body

application/json
name
string
required

SSH key display name

Required string length: 1 - 128
Example:

"laptop"

public_key
string
required

Full SSH public key string

Example:

"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAI... user@host"

Response

SSH key created

success
boolean
data
object
Last modified on May 8, 2026