fased nodes
Manage paired nodes and invoke node capabilities such as command execution,
camera, screen, or image surfaces where available.
Browser equivalent: Advanced > Nodes. Nodes are optional device/runtime
peripherals, not normal first-run setup. Use Agent > Tools to decide whether
a selected Agent may use node-backed tools.
Related:
- Nodes overview: Nodes
- Camera: Camera nodes
- Images: Image nodes
- Diagnostics: Diagnostics
--url,--token,--timeout,--json
Common commands
nodes list prints pending/paired tables. Paired rows include the most recent connect age (Last Connect).
Use --connected to only show currently-connected nodes. Use --last-connected <duration> to
filter to nodes that connected within a duration (e.g. 24h, 7d).
Pairing commands are top-level under fased nodes: pending, approve,
reject, remove, and rename.
Invoke / run
--params <json>: JSON object string (default{}).--invoke-timeout <ms>: node invoke timeout (default15000).--idempotency-key <key>: optional idempotency key.
Exec-style defaults
nodes run mirrors the model’s exec behavior (defaults + approvals):
- Reads
tools.exec.*(plusagents.list[].tools.exec.*overrides). - Uses exec approvals (
exec.approval.request) before invokingsystem.run. --nodecan be omitted whentools.exec.nodeis set.- Requires a node that advertises
system.run(macOS companion app or headless node host).
--cwd <path>: working directory.--env <key=val>: env override (repeatable). Note: node hosts ignorePATHoverrides (andtools.exec.pathPrependis not applied to node hosts).--command-timeout <ms>: command timeout.--invoke-timeout <ms>: node invoke timeout (default30000).--needs-screen-recording: require screen recording permission.--raw <command>: run a shell string (/bin/sh -lcorcmd.exe /c). In allowlist mode on Windows node hosts,cmd.exe /cshell-wrapper runs require approval (allowlist entry alone does not auto-allow the wrapper form).--agent <id>: agent-scoped approvals/allowlists (defaults to configured agent).--ask <off|on-miss|always>,--security <deny|allowlist|full>: overrides.
Media and device helpers
These commands invoke capabilities advertised by the selected node. Usefased nodes describe --node <id|name|ip> first if you are unsure which
commands the node exposes.
MEDIA:<path> in text mode and return file metadata with
--json.