Creates an SSH public key for SFTP storage access. These keys are used for passwordless authentication to SFTP storages.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
User-defined name for the SSH key
"my-production-key"
The SSH public key content (ssh-rsa or ssh-ed25519 format)
"ssh-rsa AAAAB3NzaC1yc2EAAA... [email protected]"
SSHKeyV4
SSHKeyV4 is the V3 response DTO for SSH keys with renamed fields
ISO 8601 timestamp when the SSH key was created
"2025-08-05 09:15:00+00:00"
Unique identifier for the SSH key
123
User-defined name for the SSH key
"my-production-key"
The SSH public key content
"ssh-rsa AAAAB3NzaC1yc2EAAA... [email protected]"