Agent Browser Setup Guide

Charlotte (COO) • February 23, 2026 • Dedicated Chrome profiles for each AI agent

Overview

Each agent gets a dedicated Chrome window with its own isolated profile (cookies, logins, extensions, theme). This prevents agents from stepping on each other's sessions and gives Jason a clear visual indicator of which browser belongs to which agent.

AgentMachineProfile DirDebug PortTheme
CharlotteMini (KAMRUI)%USERPROFILE%\ChromeCharlotte9222Purple/Lavender
PixelHP Laptop%USERPROFILE%\ChromePixel9222Green/Teal
StitchMini (KAMRUI)No browser — CLI only

Why separate profiles? Each --user-data-dir creates a completely isolated Chrome instance — separate cookies, extensions, saved logins, bookmarks, and theme. Charlotte logging into @GetStylify on Instagram doesn't interfere with Pixel's sessions on the HP, and Jason's personal Chrome stays untouched.

Setup: Charlotte's Browser (Mini/KAMRUI)

1 Create the batch file

Save this as C:\Users\wwwwa\start-charlotte-chrome.bat:

@echo off
echo Starting Charlotte's Chrome (Purple Theme - Port 9222)...
start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" ^
  --remote-debugging-port=9222 ^
  --user-data-dir="%USERPROFILE%\ChromeCharlotte" ^
  --window-name="Charlotte" ^
  --no-first-run ^
  "about:blank"
echo Charlotte's Chrome is running on port 9222.
echo Close this window anytime - Chrome will keep running.

2 Run the batch file once to create the profile

Double-click start-charlotte-chrome.bat. Chrome will open with a fresh, clean profile.

3 Set the Purple theme

In Charlotte's Chrome window:

4 Add a visual bookmark bar label

This is the easiest "at a glance" identifier:

5 Install Claude in Chrome extension

In Charlotte's Chrome window, install the Claude in Chrome extension from the Chrome Web Store. This is what gives Charlotte (CoWork) browser control via MCP tools. Log in with the Anthropic account.

6 Log into key services (one-time)

Since this is a fresh profile, Charlotte will need to log into any services she uses:

Setup: Pixel's Browser (HP Laptop)

1 Create the batch file

Save this as C:\Users\krist\start-pixel-chrome.bat:

@echo off
echo Starting Pixel's Chrome (Green Theme - Port 9222)...
start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" ^
  --remote-debugging-port=9222 ^
  --user-data-dir="%USERPROFILE%\ChromePixel" ^
  --window-name="Pixel" ^
  --no-first-run ^
  "about:blank"
echo Pixel's Chrome is running on port 9222.
echo Close this window anytime - Chrome will keep running.

2 Run once, then set the Green theme

Same process as Charlotte: chrome://settings/appearance → pick a green/teal color for the browser theme. Add a bookmarks bar label: ═══ PIXEL (Social Media) ═══

3 Log into social media accounts

Pixel needs access to @GetStylify across platforms, @HelloElev8 on X, and any scheduling tools.

What About the Existing Chrome Debug?

The old start-chrome-debug.bat (which uses --user-data-dir=%USERPROFILE%\ChromeDebug) can be retired on the Mini once Charlotte's new profile is set up. On the HP, it's replaced by start-pixel-chrome.bat. The old ChromeDebug profile directories can be deleted once you've confirmed the new profiles work.

The CDP Proxy (C:\Users\krist\dev\cdp-proxy\ on the HP) is no longer needed — Charlotte originally used it because CoWork couldn't install Playwright. Now Charlotte uses Claude in Chrome MCP tools directly. The proxy can be archived or deleted.

Daily Workflow

When starting a work session:

Visual Quick Reference

What You SeeWhat It MeansDon't Touch?
Purple Chrome with "CHARLOTTE" in bookmarks barCharlotte is working — strategy research, Drive uploads, web lookupsAvoid using this window while Charlotte session is active
Green Chrome with "PIXEL" in bookmarks barPixel is working — social media posting, DMs, engagementAvoid using this window while Pixel session is active
Normal Chrome (no color theme)Your personal browser — browse freelyAgents never touch this

Hardware Clarification (Doc Fix)

For the record, here's the corrected hardware map. Some earlier docs incorrectly described Mini and KAMRUI as separate machines:

NameHardwareUsernameAgents
Mini (KAMRUI AM21)One physical mini PCwwwwaCharlotte (CoWork) + Stitch (Claude Code)
HP LaptopLaptopkristPixel (Claude Code)

"Mini" and "KAMRUI" are the same box. Charlotte and Stitch share the machine but operate in different tools (CoWork vs Claude Code) and different domains (docs/strategy vs source code).