Agent control

What the remote control surface can do

FlyDex is deliberately narrower than generic remote desktop tools. The product is optimized around the actions that actually unblock Codex work when the operator is away from the desktop.

Reference map

Public docs sections

Authentication

Account auth, QR claims, local-connect tokens, and machine continuity.

Agent control

Thread access, send/resume turns, and remote approvals.

WebSocket API

Bridge lifecycle, documented endpoints, and status model.

Security

Threat model, data boundaries, and transport safeguards.

Architecture

Control plane, connector, and local Codex runtime topology.

Capabilities

Remote actions

ActionSupportedWhy it exists
List and read local threadsYesOperators need state visibility before they can safely intervene.
Send or resume turns remotelyYesThe core remote control loop depends on continuing active work without returning to the desk.
Handle approval promptsYesLong-running Codex work stalls when approvals are trapped on the desktop.
Expose a raw public Codex endpointNoThe browser should not talk directly to the local app server.
Replace full desktop remotingNoFlyDex is thread-aware operational control, not a generic screen-sharing product.

Best use case

Approval-heavy runs

The clearest FlyDex win is avoiding stalled runs during meetings, commutes, or on-call windows where the model is blocked on operator approval.

Intervention model

Machine-aware, not global

Approvals and turns stay scoped to the paired account and machine. This keeps the UI operationally useful even when multiple machines exist under one account.