add_ssh_key
Add a new SSH public key to your VPS account by providing a label and the key content.
Instructions
Add a new SSH public key to your account.
Args: name: A label for the key (e.g. "work-laptop") public_key: The SSH public key (e.g. "ssh-ed25519 AAAA...")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| public_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |