Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Create a new SSH key.
Args: request: FastAPI request object key_request: SSH key creation request data uid: Authenticated user ID (from dependency)
Returns: SshKeyCreateResponse: Contains new key_id and success message
Raises: HTTPException: On various error conditions
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.