create_private_key
Add an SSH private key to Coolify for secure server authentication or Git repository access by providing a unique name and valid PEM key content.
Instructions
Create a new SSH private key in Coolify for server authentication or Git repository access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional description of the key's purpose or usage | |
| name | Yes | A unique, human-readable name for the private key | |
| private_key | Yes | The SSH private key content in PEM format. Must be a valid SSH private key. |