create_session
Start a coding session with Jules AI by providing a task description and repository source to generate and execute code solutions.
Instructions
Create a new Jules session to work on a coding task.
Args: prompt: The coding task description for Jules to work on source: Resource name of the source repository (e.g., "sources/github/owner/repo") branch: Optional branch name to use (defaults to repository default branch) title: Optional title for the session (auto-generated if not provided) require_plan_approval: If True, Jules will wait for plan approval before executing
Returns: Created session details including ID, state, and URL to view progress
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| source | Yes | ||
| branch | No | ||
| title | No | ||
| require_plan_approval | No |