Skip to main content
POST
Add an SSH key

Authorizations

Authorization
string
header
required

API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.

Body

application/json
name
string
required

Display name for the key

Maximum string length: 40
Example:

"My Laptop"

public_key
string
required

The SSH public key

Example:

"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAA..."

Response

SSH key created

data
object