Create a task for tembo to start working on in the background
Task creation payload
Description of the task to be performed. Supports tagging files.
1"Fix the authentication bug in the login component"
The agent to use for this task
"claudeCode:claude-4-5-sonnet"
Array of code repository urls that this task relates to
[
"https://github.com/org/repo",
"https://gitlab.com/org/repo-2"
]Specific git branch to target for this task
"feature/auth-fix"
Whether to immediately queue the task for processing (optional, defaults to true)
false