CLI

View as Markdown
$bctrl auth login
$bctrl runtime start rt_...
$
$bctrl tools call stagehand.act \
> --runtime rt_... \
> --body '{"instruction":"Click Continue"}'
$
$bctrl conversations create \
> --body '{"runtimeId":"rt_..."}'
$
$bctrl runs stream run_...

The primary automation groups are tools, tool-calls, toolsets, agents, conversations, and runs. JSON-body commands accept inline JSON, @file, or stdin via --body -.