Python
SSHKeys
Create SSH key
Creates an SSH public key for SFTP storage access. These keys are used for passwordless authentication to SFTP storages.
POST
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-1046.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
application/json
Response
SSHKeyV4
ISO 8601 timestamp when the SSH key was created
Example:
"2025-08-05T09:15:00Z"
Unique identifier for the SSH key
Example:
123
User-defined name for the SSH key
Example:
"my-production-key"
The SSH public key content
Example:
"ssh-rsa AAAAB3NzaC1yc2EAAA... user@example.com"