v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
SSHKeys

Create SSH key

Creates an SSH public key for SFTP storage access. These keys are used for passwordless authentication to SFTP storages and are not used for S3-compatible storage. Deprecated, use POST /provisioning/v1/key instead.

put/storage/provisioning/v1/key

Request body

keystring
namestring

Response

Key

created_atstring date-time

ISO 8601 timestamp when the SSH key was created

idinteger

Unique identifier for the SSH key

namestring

User-defined name for the SSH key

Example response

{
  "created_at": "2025-08-05T09:15:00Z",
  "id": 123,
  "name": "my-production-key"
}