SSH · Capability
SSH Key Management API — Keys
SSH Key Management API — Keys. 5 operations. Lead operation: List SSH Keys. Self-contained Naftiko capability covering one Ssh business surface.
What You Can Do
GET
Listkeys
— List SSH Keys
/v1/keys
POST
Addkey
— Add SSH Key
/v1/keys
POST
Generatekeypair
— Generate Key Pair
/v1/keys/generate
GET
Getkey
— Get SSH Key
/v1/keys/{keyid}
DELETE
Deletekey
— Delete SSH Key
/v1/keys/{keyid}
MCP Tools
list-ssh-keys
List SSH Keys
read-only
idempotent
add-ssh-key
Add SSH Key
generate-key-pair
Generate Key Pair
get-ssh-key
Get SSH Key
read-only
idempotent
delete-ssh-key
Delete SSH Key
idempotent