Create SSH access for a computer asset
Generate a time-limited SSH access token for a computer asset. Returns a full SSH command and token that can be used to connect to the computer’s underlying VM and run commands. The computer must support SSH access and be in a running state.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
asset_id
Request
This endpoint expects an object.
expires_in_minutes
How long the SSH access token should remain valid, in minutes (1–480)
Response
Successful Response
command
Full SSH command to connect to the computer (e.g., ‘ssh token@host’)
expires_in_minutes
Number of minutes until the SSH access token expires
token
SSH access token used for authentication
proxy_command
Alternative SSH command via proxy (only available for admin users)
Errors
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
502
Bad Gateway Error
