Skip to main content

Copy-paste reference

Full flag reference: agent, execution, approvals, mcp, connect.

Four different things that sound similar

It’s easy to conflate these. They’re distinct layers: Concretely: when you run machina agent run my-agent season_id=sr:season:123, you’re issuing a CLI command, whose payload is an instruction to the agent, which triggers a workflow. If that same agent were instead published as a tool via MCP Builder, an external agent (say, SportsClaw connected through machina connect) could trigger the same underlying workflow as an MCP tool call — without ever running machina itself.
  • Operating Agents — the run/watch/inspect flow in more detail.
  • MCP and MCP Builder — how an agent’s workflow becomes an MCP tool for external callers.