---
title: "Add new SSH key"
method: POST
path: "/v1/sshkeys"
tags: ["SSH Keys"]
---

# Add new SSH key

`POST /v1/sshkeys`

## Request body

- AddKeyDto
  - `name` string, required — Name of the SSH key
  - `key` string, required — Public SSH key

## Response `201`

Returns the ID of the newly created SSH key

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
