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
Response
Key
Example response
{
"created_at": "2025-08-05T09:15:00Z",
"id": 123,
"name": "my-production-key"
}