To generate a key, omit the public_key parameter from the request body
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
SSH key name
1 - 255The public part of an SSH key is the shareable portion of an SSH key pair. It can be safely sent to servers or services to grant access. It does not contain sensitive information.
id_ed25519.pub).SSH key is shared with all users in the project
Created
SSH key creation time
Fingerprint
SSH key ID
SSH key name
1 - 255The private part of an SSH key is the confidential portion of the key pair. It should never be shared or exposed. This key is used to prove your identity when connecting to a server.
If you omit the public_key, the platform will generate a key for you. The private_key will be returned once in the API response. Be sure to save it securely, as it cannot be retrieved again later.
Best practice: Save the private key to a secure location on your machine (e.g., ~/.ssh/id_ed25519) and set the file permissions to be readable only by you.
"<private_key>"
Project ID
The public part of an SSH key is the shareable portion of an SSH key pair. It can be safely sent to servers or services to grant access. It does not contain sensitive information.
SSH key will be visible to all users in the project
SSH key state
ACTIVE, DELETING