Conductor is the interface to manage your coding agents.
Trusted by builders at
Use this page when you need to discuss deployment requirements, security constraints, or how Conductor fits into your organization's engineering workflow.
Privacy and security
- Does Conductor store my code or chat history?
- └No. Chat history is stored locally on your machine. None is stored on our servers.
- What data does Conductor collect?
- └We collect analytics data including feature usage such as creating a workspace, selecting a model, and sending a message, plus crash logs and computer metadata. No session recordings are captured.
- Does Conductor see my prompts or code?
- └No. All traffic routes straight to your model provider by default. Conductor doesn't look at your chats.
- What account data is stored server-side?
- └Only account data such as email and GitHub integration information is stored server-side, in an encrypted Postgres database. Both our database host and analytics provider maintain SOC 2 compliance.
- Can I disable external AI features for my organization?
- └Yes. You can enable enterprise privacy mode at the user level in Settings -> Privacy or at the repo level by setting `enterprise_data_privacy = true` in `.conductor/settings.toml`.