User ID (usr_...) or me.
Request body.
A label such as Work laptop.
One ssh-ed25519 <base64> public key without options or a comment.
Metadata for the registered key; no key material.
List registered SSH keys Returns a cursor-paginated page of SSH-key metadata for the authenticated user.
User ID (usr_...) or me.
Optionalparams: { afterCursor?: string; limit?: number }Query parameters.
OptionalafterCursor?: stringOpaque cursor for the next page of older keys.
Optionallimit?: numberMaximum keys per page. Defaults to 50; maximum is 100.
Successful response
Register an SSH public key Registers one comment-free Ed25519 public key for Git-over-SSH. The key is encrypted before storage; responses expose only its label, algorithm and OpenSSH SHA-256 fingerprint. The caller must be the user named by
userand must present a first-party session or afull_accesspersonal access token.