Settings: SSH Keys
The SSH Keys tab stores public keys that get injected into guests, so you can ssh into Workloads without password games.

Add a key
Section titled “Add a key”- Click add.
- Give it a name and paste the public key (the
ssh-ed25519 …/ssh-rsa …line from your~/.ssh/*.pub). - Save — the key lands in the table.
Managing keys
Section titled “Managing keys”- Set Default — marks the key new Workloads receive
- Delete — removes it from the store; already-provisioned guests keep their copy until reprovisioned
For secret-less API access instead of shell access, use API Keys.