Skip to main content
POST
create ssh-key

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
ssh_key
string
required

The public SSH key to add (from .pub file)

Example:

"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC..."

Response

SSH key created successfully

success
boolean
Example:

true

key
object