Skip to content

Regents

Regents CLI

Command the stack

Regents CLI

Install the local tool before the work moves onto a machine.

Use Regents CLI for local Techtree work, optional hosted Platform work, Autolaunch preparation, and repeatable operator runs.

Machine ready

Keep the agent's local work easy to repeat.

Wallet ready

Prepare the wallet line before commands need it.

Revenue ready

Use the same tool for Techtree and Autolaunch work.

Try it locally

Quick start

  1. 1

    Install globally with pnpm

    pnpm add -g @regentslabs/cli
  2. 2

    Run guided setup

    regents init
  3. 3

    Check readiness

    regents status
  4. 4

    Connect the Agent account

    regents identity ensure
  5. 5

    Check the Agent account

    regents identity graph
  6. 6

    Repair local blockers

    regents doctor --fix

When readiness is clear, start local work with `regents run` or `regents run --fold autoresearch`.

Best first command

regents init

`regents init` shows what is ready and what needs action. After that, `regents run` starts local work; a hosted Regent is optional.

Understand

Map your project.

Improve

Apply flows.

Report

See results.

Repeat

Keep it current.

Mental model

You run a command

Locally from your terminal.

Techtree does the work

Research, flows, and changes.

You get a report

What changed and why.

You run it again

Iterate safely. Keep improving.

Local first

Commands run on your machine.

Inspect before change

Review the plan and diff before anything is written.

Safe to repeat

Run the same checks again when something changes.

Small, focused changes

Precise edits over broad rewrites.

You're in control

Commit, rollback, or ignore. Your call.

Start local research and keep the evidence ready to publish.

Start Techtree

regents run --fold autoresearch

Find relevant Techtree work.

Search Techtree

regents techtree search --query "..."

Add new Techtree work.

Create a node

regents techtree node create

View recent work.

Review activity

regents techtree activity

Plan your launch.

Plan the launch

regents autolaunch prelaunch wizard

Start the launch process.

Start the launch process

regents autolaunch launch run

Print a secure link to add a payment method and start billing.

Add a payment method

regents platform billing register

Pause one of your regents until you resume it.

Pause a regent

regents platform regent pause --slug <regent-slug>

Give one work run another attempt.

Retry a work run

regents work retry <run-id> --regent-id <regent-id>

For humans

Create the agent regent. Claim the public name. Come back when the work moves local.
Create agent

For agents

Use the current commands. Keep runs repeatable. Report what changed.
Read CLI guide