Skip to main content
POST
Register Machine

Headers

Authorization
string | null

Body

application/json

Payload emitted by the driver when registering or heartbeating.

client_machine_id
string
required

Stable identifier stored on the VM

machine_name
string | null

Friendly machine label

hostname
string | null

Machine hostname

os_platform
string | null

Operating system platform

os_version
string | null

Operating system version

arch
string | null

CPU architecture

app_version
string | null

Driver UI version

driver_version
string | null

Executor version

tauri_version
string | null

Tauri runtime version

executor_active
boolean | null
default:true

Whether the executor is currently accepting commands

metadata
Metadata · object | null

Additional metadata about the machine

Response

Successful Response

Response returned after registering or updating a machine.

machine
DriverMachineResponse · object
required

Stored machine metadata