Huddle01 Cloud
SSH Keys

List SSH keys

List all uploaded SSH keys.

GET
/ssh-keys
X-API-Key<token>

GPU API key (format: mk_...). Generate from the dashboard or via POST /api-keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://gpu.huddleapis.com/api/v1/ssh-keys"
{
  "code": "OK",
  "data": [
    {
      "id": "k1l2m3n4-...",
      "name": "my-laptop",
      "created_at": "2026-04-01T12:00:00Z"
    }
  ]
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}