create_ssh_key
Save a new SSH public key to your account so you can install it on future VPS instances. Requires confirm=true and accepts only public key material, never private keys.
Instructions
Save a new SSH public key to this account, for installing onto future VPS instances via create_vps's own ssh_key parameter. Requires confirm=true. ssh_key is the public key material (e.g. the contents of id_ed25519.pub) — never a private key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| confirm | No | ||
| ssh_key | Yes |