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