# Register an SSH key

Collection: mcp
Human docs: https://zei.sh/docs/mcp

Register a public SSH key.

Tool: ssh_keys_create
Input: {"name":"workstation","publicKey":"ssh-ed25519 AAAA..."}
Permission: Authenticated.
Sync the key into an existing sandbox separately.

Example:

```
{"name":"ssh_keys_create","arguments":{"name":"workstation","publicKey":"ssh-ed25519 AAAA..."}}
```
