Weco LogoWeco Docs
Using Weco

Use Claude Code in the dashboard

Bridge a local Claude Code session to the Weco dashboard with `weco start claude`. Drive your agent and watch your runs from the same place.

weco start claude connects your local Claude Code session to the Weco dashboard. Your agent runs natively in your terminal and its conversation streams live into the dashboard, where you can read along, message it back, and watch your runs in one place.

Launch Claude Code bridged to the dashboard

From your project directory:

weco start claude

This starts Claude Code under a thin Weco wrapper and prints a dashboard URL. Open it and you'll see the session mirrored in the chat panel next to your run.

Drive from either side

Type in your terminal, or type in the dashboard chat. When you spot a plateau on the live chart, message the agent right there to steer the run:

Branch from the best node and add engineered interaction features for the top-importance columns, 12 steps.

The agent acts locally, and the result appears in the run's tree as it explores.

Stay in the loop while it runs

Long-running evals don't freeze the conversation. The bridge tracks the run's progress and feeds status changes back to the agent, so it keeps you posted, and you can interject at any time without losing the session.

Useful flags

FlagWhat it does
--headlessRun with no local TUI, streaming only to the dashboard. Pair with --prompt to seed the first turn and --allow-tools for unattended runs.
-p, --promptSeed the first turn with a prompt instead of waiting for input.
--allow-toolsAuto-approve the agent's tool calls (no per-action prompts). Use only when you trust the session.
--billing wecoRoute the agent's LLM calls through Weco's proxy and bill your Weco credit wallet instead of your local Claude auth.

For the full flag list, see the CLI Reference.

weco start claude requires the Claude Code CLI to be installed, since it runs Claude Code under the hood.

See also

On this page