Delegate a task to Devin
devin_taskSend a coding task to an autonomous agent and receive the full response. Maintains context across calls for the same working directory, enabling follow-up tasks.
Instructions
Send a coding task to Devin (a separate autonomous coding agent) and return its full response. Devin keeps context across calls for the same working directory, so follow-up calls can refer to earlier work. Use for self-contained work you want done in parallel; state the task and the acceptance criteria explicitly, since Devin cannot ask you questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the repo root Devin should work in. Defaults to the server's cwd. | |
| task | Yes | The task for Devin, with enough context to act without follow-up. |