---
title: "/sshkeys/add"
method: POST
path: "/sshkeys/add"
---

# /sshkeys/add

`POST /sshkeys/add`

Add a new SSH Key

## Request body

- AddSshKeyRequest
  - `name` string, required — The name of the SSH Key.
  - `public_key` string, required — The public key.

## Response `200`

Returns a AddSshKeyResponse object

- AddSshKeyResponse
  - `id` string, required — The ID of the SSH Key.

---

[API](https://skmtc.net/shadeform/apis/shadeform-api.md) · [All operations](https://skmtc.net/shadeform/apis/shadeform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shadeform/shadeform-api/versions/e1750dca8851/schema)
