Task Agent commands create and manage coding-agent work through the LibOps API. Every task command requiresDocumentation Index
Fetch the complete documentation index at: https://sitectl.libops.io/llms.txt
Use this file to discover all available pages before exploring further.
--organization-id; create and list can also be narrowed to a project or site.
task create
Create a task from a prompt:task create stays attached and polls for updates. Pass --no-wait to return immediately after the task is queued.
--agent-model to select a coding-agent model and --poll-interval to adjust the attached polling interval.
task list
List recent tasks and current monthly usage:task get
Inspect a task as JSON:task respond
Reply when a task needs more input:--prompt when the task prompt should be updated along with the response.

