Skip to main content
POST
Clone a git repository into the machine

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

id
string
required

Machine ID (e.g. mch_a1b2c3d4)

Body

application/json
url
string
required

Remote URL. Must not embed credentials; use auth instead.

path
string
required

Destination directory for the working tree.

branch
string
depth
integer<int32>
Required range: x >= 1
auth
object

Per-operation git credentials. Materialised by the guest agent into an op-lifetime scratch path and removed when the operation completes; never persisted to durable guest state by these endpoints.

Response

200 - application/json

Repository cloned

path
string
required