--organization-id; create and list can also be narrowed to a project or site.
For the full review workflow, supported models, execution boundary, and provider integration options, see LibOps Task Agent Workflow.
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 attach
Attach to an existing task and poll for updates:task respond
Reply when a task needs more input:--no-wait to return after queueing the reply instead of attaching.

