api.conductor.build). It is separate from the Conductor desktop deep-link launcher, which opens the Conductor desktop app via webhook-style prompts. Both can appear in Ref; configure and launch Conductor Cloud when you want Ref to create and track sessions through the Conductor API.
Get a Conductor API key
- Open app.conductor.build/users/api-keys
- Create an API key
- Copy the key for the next step
Connect Conductor Cloud
- Go to Settings in Ref Plans
- Click the Agent Settings tab
- Select the Conductor Cloud tab
- Paste your Conductor API key and use Test to validate it
- Pick a default project
How Conductor is organized
Conductor nests work in three layers: project (1 repo) → workspace (1 branch, 1 git worktree, 1 cloud sandbox) → session (1 agent chat tab) Sessions inside a workspace share files, branch, and running processes. A branch can be checked out in only one workspace at a time, which makes the workspace the PR unit.Choose a workspace mode
In the Conductor Cloud settings tab, choose how launches create workspaces:- New workspace per launch (default) — Each launch gets its own branch and sandbox, matching how Cursor, Devin, and Warp OZ behave. Each agent produces its own PR.
- Always use one workspace — New sessions land as additional chat tabs in one configured workspace, sharing its sandbox and branch. Pick a workspace after selecting a default project.
Launch an agent
- Open your plan and select a task
- Click Launch Agent and choose Conductor Cloud
- Review the prompt — Ref pre-populates it with the task details
- Click Launch
Status tracking
Ref tracks the Conductor Cloud agent status:- Working — The agent is actively implementing the task
- Finished — The agent has completed its work
idle, working, and error, and has no terminal “finished” state. Ref treats a session as finished once it goes idle after having been observed working.
Unlike Cursor, Devin, and Warp OZ, Conductor’s API exposes no PR URL, so completion notifications do not include a pull request link. The link Ref stores is Conductor’s deepLink, which opens the Conductor desktop app.
You can monitor agent progress directly from your plan without switching to Conductor.
Get help
If you have any issues, please reach out tohelp@ref.tools. We’re happy to help you get started!