code agent
Conductor
Connect your Conductor account to delegate autofix implementation to coding agents running in Conductor cloud workspaces. Polylane investigates and proposes fixes; Conductor implements them and pushes the pull request. Bring your own Conductor API key.
Connect
Connect Conductor from the terminal. Pass --help for the flags Conductor accepts.
Terminal
polylane integration connect --type conductorAPI key from your Conductor account.
Connect Conductor to delegate autofix implementation to coding agents in Conductor cloud workspaces. Polylane investigates and proposes the fix; a Conductor agent implements it in a cloud workspace and pushes the pull request. Bring your own Conductor API access.
Setup
- In Conductor, go to app.conductor.build → Users → API keys and create a user-scoped API key (it starts with
sk_). - Make sure the Conductor account's GitHub connection has access to your target repositories.
- Paste the key into Polylane.
- Optionally turn on Use Conductor for all autofixes to route every autofix through Conductor instead of the Polylane executor. You can change this later.
Your key is encrypted before it is stored, and the agent never sees it. Your Conductor plan must include cloud workspace access.
Disconnecting
Disconnect Conductor in Polylane, then revoke the API key in Conductor.
Automation actions
1Side effects an automation can perform with Conductor.
Hand off to Conductor
Delegates implementation to Conductor: the agent writes the plan and a Conductor cloud agent opens the pull request itself.