Home/Quickstart
Quickstart

From nothing to a working fleet in ten minutes.

Install the client, connect a repository, approve the goals Dream Maker finds, and put your first agents to work.

1. Install the client

npm install -g @dreammaker/cli
# or
brew install dreammaker/tap/dream

The client is dependency free and runs anywhere Node or a shell does.

2. Sign in and create a project

dream login
dream project create acme-api

A project is one codebase with its own memory, isolated from every other project in your account.

3. Connect a repository

dream source add https://github.com/acme/api

Dream Maker reads what the project already says about itself: the README, the roadmap, the decision records and the code they point at.

4. Approve the goals it found

dream goals propose

  reliable-checkout    Checkout succeeds or fails clearly, every time
  full-visibility      Every payment event is traceable end to end
  refund-window        Refunds are available for 30 days after purchase

dream goals approve reliable-checkout full-visibility

You keep the ones you meant and reword the ones you did not. Approved goals are what your fleet works toward.

5. Deposit your model key

dream credentials add --provider anthropic

The key is stored write-only and handed to your agents at run time. It is never readable back, by you or by us.

6. Start the fleet

dream fleet start --agents 4
dream fleet status

Your agents pick up tasks, work in separate parts of the codebase, and record what they learn. Tomorrow morning the memory is sharper than it was tonight.


Next: the full documentation, or the command reference.

Get started

Point it at a repository. It will tell you what you already meant.

Dream Maker reads your project and proposes the goals it finds there. You approve the direction, and your fleet is working within the hour.