> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://platform.bctrl.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://platform.bctrl.ai/_mcp/server.

# CLI

> Operate BCTRL from a terminal with the same canonical resources as the API.

```bash
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 -`.