create_workspace
Create a sandboxed coding workspace and start a session by providing a Conductor project ID or a Git repository URL.
Instructions
Create a new Conductor workspace (a sandboxed coding-agent environment) and start a session in it. Provide either projectId (existing repo already connected to Conductor) or repositoryUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Workspace name | |
| agent | Yes | Which coding agent runs in the workspace | |
| model | No | Model id, e.g. sonnet, opus, gpt-5.5. Omit for provider default. | |
| branch | No | ||
| effort | No | ||
| projectId | No | Conductor project id, from list_projects | |
| sessionName | No | ||
| repositoryUrl | No | Git repository URL, if not using an existing projectId |