Returns the VNC password for direct VNC connection to the computer. Only accessible by workspace owners and members.
cURL
curl --request GET \ --url https://www.orgo.ai/api/computers/{id}/vnc-password \ --header 'Authorization: Bearer <token>'
{ "password": "abc123xyz" }
403 Forbidden
curl https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/vnc-password \ -H "Authorization: Bearer $ORGO_API_KEY"
API key authentication. Get your key at orgo.ai/workspaces
Computer ID
VNC password
VNC connection password