API Reference
cURL
curl --request POST \ --url https://api.waterfall.host/v1/vps/ssh-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "publicKey": "<string>" } '
API key generated from your Waterfall dashboard
SSH key added