--profile, --output, --quiet,
etc.
Company commands
company-agents company list
--status active|archived|all(defaultactive)--output table|json|yaml
company-agents company create
company-agents company show
company-agents company archive
company-agents company restore.
Team commands
company-agents team list
company-agents team create
Agent commands
company-agents agent list
company-agents agent hire
company-agents agent pause, resume, retire
company-agents agent show
Task (issue) commands
company-agents task list
--status,--agent,--team,--label,--since,--until--parentto see children of a specific task
company-agents task create
company-agents task show
company-agents task assign, cancel, reassign
company-agents task comment
company-agents task watch
Workflow commands
company-agents workflow list
company-agents workflow run
task watch if you want to see progress.
company-agents workflow edit
Opens the workflow’s YAML in $EDITOR. On save, the CLI
validates the YAML and uploads it back.
Approval commands
company-agents approval list
company-agents approval show
company-agents approval approve, deny
company-agents approval watch
Cost commands
company-agents cost show
company-agents cost forecast
company-agents cost topup
Secret commands
company-agents secret list
company-agents secret set
company-agents secret rotate
company-agents secret delete
Activity commands
company-agents activity list
--category, --action, --actor, --task,
--agent, --run.
company-agents activity watch
task watch.
company-agents activity export
Integration commands
company-agents integration list
company-agents integration connect
company-agents integration disconnect
Run commands
company-agents run show
company-agents run logs
-f to follow if the run is still
in progress.
company-agents run kill
failed record.
Putting it together
A typical session:Next
- Setup commands for the one-time install and configuration
- API Reference for the underlying REST endpoints
- Board operator guides for the same operations through the UI