devin_run_phase
Creates a new Devin session using a prompt and optional playbook ID to delegate implementation tasks and receive a session ID and URL for tracking progress.
Instructions
Create a new Devin session with a playbook and prompt.
Args: prompt: The task prompt (e.g., "thoughts/shared/plans/2024-01-15-auth.md, phase 1, branch feature/auth") playbook_id: The Devin playbook ID to use. Optional if DEVIN_PLAYBOOK_ID env var is set.
Returns: dict with keys: - success: bool indicating if session was created - session_id: The created session ID (if success) - url: The session URL (if success) - error: Error message (if not success)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| playbook_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||