Screens
Create a screen
Start another desktop on the same computer.
POST
Starts a second desktop on a computer that is already running. Use one when two
agents need to work at the same time: X11 has a single pointer per display, so
two agents sharing a screen are two hands on one mouse.
Send an empty body to match the screen the computer booted with, which is
almost always what a second screen is wanted at.
A computer supports at most four screens. Each one is an X server plus a
window manager plus whatever runs on it, so a computer runs out of memory
long before it runs out of screens.
Path parameters
string
required
Computer ID (UUID).
Body parameters
integer
Width in pixels. Defaults to the boot screen’s width.
integer
Height in pixels. Defaults to the boot screen’s height.
Response
Returns the new screen. Use itsid as the
screen parameter on any action to work on it.
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Body
application/json
Response
Screen created
Screen identifier. The boot screen is always default.
Example:
"screen-1"
X display this screen runs on.
Example:
":100"
Width in pixels.
Example:
1920
Height in pixels.
Example:
1080
VNC port for this screen.
Example:
6000
WebSocket port for this screen.
Example:
6081
True for the screen the computer boots with. It cannot be destroyed.
Example:
false