API reference
Register SSH key
Register a public key under your account so it can be injected into instances you launch.
POST
Register an SSH public key
Authorizations
An API key issued by Hive Compute support. See Authentication above for how to request one.
Body
application/json
The public key, in OpenSSH format.
Example:
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIexample ada@example.com"