add_account_ssh_key
Add an account-wide SSH public key to use when deploying new cloud VMs. Provide a unique display name and the OpenSSH public key string.
Instructions
Add an account-wide SSH public key (usable when deploying new cloud VMs). Requires scope account:write. Plain write — not gated. name is a display label (1-200, unique per account); publicKey is the OpenSSH public-key string (ssh-ed25519 / ssh-rsa / ecdsa, max 4096). This is a PUBLIC key — never paste a private key. Distinct from the per-service add_service_ssh_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name (unique per account). | |
| publicKey | Yes | OpenSSH PUBLIC key string (ssh-ed25519 / ssh-rsa / ecdsa-sha2-nistp*). |