v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Machines

Create a machine scope

Creates a new machine scope, allowing the specified machine to access another machine. Maximum of 150 scopes per machine.

post/machines/{machine_id}/scopes

Path parameters

machine_idstring required

The ID of the machine that will have access to another machine

Request body

to_machine_idstring required

The ID of the machine that will be scoped to the current machine

Response

Machine scope created successfully for a machine

object'machine_scope' required
from_machine_idstring required

The ID of the machine that has access to the target machine.

to_machine_idstring required

The ID of the machine that is being accessed.

created_atinteger required

Unix timestamp of creation.