Register a new SSH public key for cluster access. Keys are automatically added to all new clusters. If user is in an organization, the key is also associated with the org.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for creating an SSH key.
SSH public key content in OpenSSH format.
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC... user@host"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAI... user@host"
Optional descriptive name to identify the SSH key (e.g., 'work-laptop', 'ci-cd-key'). If not provided, defaults to user's email.
"my-laptop"