---
title: "Issue an SSH certificate for the organization's sandboxes"
method: POST
path: "/sandboxes/ssh-certificate"
tags: ["Sandboxes"]
---

# Issue an SSH certificate for the organization's sandboxes

`POST /sandboxes/ssh-certificate`

## Request body

- union
  - object
  - ThundertypesSandboxSSHCertificateRequest
    - `ssh_public_key` string, required

## Response `200`

OK

- ThundertypesSandboxSSHCertificateResponse
  - `expires_at` string
  - `principal` string
  - `ssh_ca_public_key` string
  - `ssh_certificate` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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