SSH Keys

Add new SSH key

post/v1/ssh-keys

Request body

namestring required

Name of the SSH key

keystring required

Public SSH key

Example request

{
  "name": "my-key",
  "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD..."
}

Response

Returns the ID of the newly created SSH key

Changes

No recorded changes to this endpoint across all 10 revisions of this API.