Remote Control

Remote control lets you continue a running Amp CLI thread from ampcode.com. Start Amp in the CLI, open the thread on the web from a desktop or mobile device, and send messages to keep working from anywhere.

Passkey Authentication

To require recent passkey authentication when interacting with the agent on the web or in the app, enable Require Passkey Authentication for Web & App Interaction in your user security settings. Workspace admins can require passkey authentication for all workspace members.

Remote Terminal Access

If the web Terminal says remote terminal control is disabled, restart the CLI with --remote-control-terminal:

$ amp --remote-control-terminal

Then reload the thread page. Use --no-remote-control-terminal to explicitly disable access. When neither flag is provided, AMP_REMOTE_CONTROL_TERMINAL=1 enables access and AMP_REMOTE_CONTROL_TERMINAL=0 disables it. An explicit CLI flag takes precedence over the environment variable.