---
title: "Create SSH Key"
method: POST
path: "/ssh-keys"
---

# Create SSH Key

`POST /ssh-keys`

## Request body

- object
  - `name` string, required — The name of the key.
  - `content` string, required — The public portion of the SSH key.

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `fingerprint` string
  - `content` string
  - `created` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/bitlaunch/apis/bitlaunch-api.md) · [All operations](https://skmtc.dev/bitlaunch/apis/bitlaunch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitlaunch/bitlaunch-api/revisions/b6aec14db2d0/schema)
