CLI commands

CommandPurpose
createCreate a job definition without starting it.
startStart a previously created job.
runCreate and observe a managed command.
statusRead current job state.
waitObserve a job until a bounded deadline.
tailRead bounded stdout and stderr excerpts.
killExplicitly stop a running job.
deleteDelete one explicitly selected job unless it is running. delete --all deletes only terminal jobs in the current directory and skips running or created jobs.
restartStart a new execution from an existing job definition.
list / psList jobs, or only running jobs with ps.
tagManage persisted job tags.
notifyManage completion notifications.
gcClean retained terminal jobs.
schemaPrint the JSON Schema for response types.
install-skillsInstall the bundled agent skill locally or globally.
completionsGenerate shell completion scripts.
mcpStart a stdio MCP server.
serveStart the HTTP server.

Pass command argv after --. Use a shell only for shell syntax such as pipelines or redirects.