Link, list, configure, rename, and revoke private mesh nodes
Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Path | Auth | Description |
|---|---|---|---|
POST | /v1/runmesh/devices/link/start | none | Create a short-lived link code for a device public key |
POST | /v1/runmesh/devices/link/poll | none | Poll a link code until approved or expired |
POST | /v1/runmesh/devices/link/approve | user/API key | Approve a pending code into the current org |
macos.| Method | Path | Scope | Description |
|---|---|---|---|
GET | /v1/runmesh/overview | runmesh:read | Node counts for the org |
GET | /v1/runmesh/nodes | runmesh:read | List visible nodes |
GET | /v1/runmesh/nodes/{id} | runmesh:read | Get one node |
GET | /v1/runmesh/nodes/{id}/config | runmesh:read | Generate peer config for a node |
PATCH | /v1/runmesh/nodes/{id} | runmesh:write | Rename a node |
DELETE | /v1/runmesh/nodes/{id} | runmesh:write | Revoke a node |
POST | /v1/runmesh/nodes/{id}/revoke | runmesh:write | Revoke a node |
GET | /v1/runmesh/audit | runmesh:read | List RunMesh audit events |
GET | /v1/runmesh/devices/{id}/activity | activity:read | Activity for one device |
owner=me to list only nodes owned by the current user.local-mac agent with a targetDeviceId. Runs can be started from any client, but the work executes on the bound device through RunMesh.