Skip to main content
POST
/
ssh
/
key
/
create
{
  "key_id": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for creating an SSH key.

public_key
string
required

SSH public key content

name
string | null

Optional human-readable name for the SSH key

Response

Successful Response

Response model for SSH key create endpoint.

key_id
string
required
message
string
required
I