Skip to main content
POST
Create a new SSH Key

Authorizations

Authorization
string
header
required

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

Body

application/json
team_id
string<uuid>
required
Example:

"c1d45377-b2a9-4407-ab8d-6909c34dfaac"

name
string
required
Example:

"Production Server Key"

ssh_key
string
required
Example:

"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC... user@hostname"

Response

SSH key created successfully

ssh_key
object