AGENT_BROWSER_AUTO_CONNECT | Auto-discover and connect to a running Chrome instance. | (disabled) |
AGENT_BROWSER_ALLOW_FILE_ACCESS | Allow file:// URLs to access local files. | (disabled) |
AGENT_BROWSER_COLOR_SCHEME | Color scheme preference (dark, light, no-preference). | (none) |
AGENT_BROWSER_DOWNLOAD_PATH | Default directory for browser downloads. | (temp directory) |
AGENT_BROWSER_DEFAULT_TIMEOUT | Default timeout in ms. Keep below 30000 to avoid IPC timeouts. | 25000 |
AGENT_BROWSER_SESSION_NAME | Auto-save/load state persistence name. | (none) |
AGENT_BROWSER_STATE_EXPIRE_DAYS | Auto-delete saved session states older than N days. | 30 |
AGENT_BROWSER_ENCRYPTION_KEY | 64-char hex key for AES-256-GCM session encryption. | (none) |
AGENT_BROWSER_EXTENSIONS | Comma-separated browser extension paths. Extensions work in both headed and headless mode. | (none) |
AGENT_BROWSER_HEADED | Show browser window instead of running headless (1 to enable). | (disabled) |
AGENT_BROWSER_STREAM_PORT | Override the WebSocket streaming port. By default, an OS-assigned port is used. Set this to bind to a specific port (e.g., 9223). | OS-assigned |
AGENT_BROWSER_IDLE_TIMEOUT_MS | Auto-shutdown the daemon after N ms of inactivity (no commands received). Useful for ephemeral environments. | (disabled) |
AGENT_BROWSER_IOS_DEVICE | Default iOS device name for the ios provider. | (none) |
AGENT_BROWSER_IOS_UDID | Default iOS device UDID for the ios provider. | (none) |
AGENT_BROWSER_DEBUG | Enable debug output (1 to enable). | (disabled) |
AGENT_BROWSER_CONTENT_BOUNDARIES | Wrap page output in boundary markers for LLM safety. | (disabled) |
AGENT_BROWSER_MAX_OUTPUT | Max characters for page output (truncates beyond limit). | (unlimited) |
AGENT_BROWSER_ALLOWED_DOMAINS | Comma-separated allowed domain patterns (e.g., example.com,*.example.com). | (unrestricted) |
AGENT_BROWSER_ACTION_POLICY | Path to action policy JSON file. | (none) |
AGENT_BROWSER_CONFIRM_ACTIONS | Comma-separated action categories requiring confirmation. | (none) |
AGENT_BROWSER_CONFIRM_INTERACTIVE | Enable interactive confirmation prompts (auto-denies if stdin is not a TTY). | (disabled) |
AGENT_BROWSER_ENGINE | Browser engine to use: chrome (default), lightpanda. | chrome |