Skip to main content
POST
Clone computer
Creates a copy of an existing computer with the same disk state, name suffixed with (clone). Useful for branching off from a configured base.
Cloning preserves the full disk state - installed software, files, browser sessions, everything. The clone gets a new ID and a fresh network identity.

Path parameters

string
required
Source computer ID.

Response

string
New computer ID.
string
Clone name (e.g., agent-1 (clone) or agent-1 (clone 2)).
string
Clone status - typically running immediately after creation.

Plan limits

Cloning counts toward your plan’s computer limit. If you’re at your limit, the request returns 403. Upgrade your plan or delete a computer first.

Example

Response

Errors

  • 400 - Source computer has no server address (cannot clone)
  • 401 - Invalid or missing API key
  • 403 - You don’t have access to this computer, or plan limit reached
  • 404 - Source computer not found

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

id
string
required

Source computer ID

Response

Clone created

id
string
name
string
Example:

"agent-1 (clone)"

status
string
Example:

"running"