Conductor runs Claude Code across parallel workspaces — and one environment variable routes all of it through paper, so every workspace session is captured to paper console. Prerequisites: paperctl installed and authenticated, with the daemon running, and Conductor installed.
Point Conductor at the proxy
-
Get your proxy address:
paperctl statusThe
proxyline shows the address —127.0.0.1:51539by default. The address is set by daemon configuration and stays the same across restarts, so Conductor’s setting survives them. -
In Conductor, open
Conductor→Settingsfrom the menu bar. -
Select
Environmentand clickShow documented variables. -
Set
ANTHROPIC_BASE_URLto the proxy address with anhttp://prefix:http://127.0.0.1:51539 -
Start a new workspace and select an Anthropic model. Sessions appear in
paper consolefrom then on.
Verify the capture
paperctl sessions list
Conductor workspace sessions show up alongside your other captured runs. Session titles are editable in the console, so give a Conductor run a readable name if you want one.
The same approach works for any tool that lets you set ANTHROPIC_BASE_URL: point it at the paperd proxy and its Claude traffic is captured through your organization’s gateway like every other session.
If something’s off
- No sessions appearing: confirm
paperctl statusshows the daemon running and the proxy address matches what you entered in Conductor, then restart the workspace. - More cases: CLI troubleshooting.