SSH Keys
Manage SSH keys for server access.
Navigation
SSH Keys API
Add SSH Key
POST /v1/ssh-keys
{
"name": "my-laptop",
"public_key": "ssh-ed25519 AAAA..."
}
Response: 201 Created
{
"id": "sk_abc123",
"name": "my-laptop",
"fingerprint": "SHA256:...",
"created_at": "2026-04-17T10:00:00Z"
}List SSH Keys
GET /v1/ssh-keysDelete SSH Key
DELETE /v1/ssh-keys/:id