Workrail
⌘K
Getting Started

Quickstart: Web + CLI in 10 Minutes

Set up Workrail quickly, connect your repo, and run your first sync.

Updated 2026-02-12

This guide gets you from zero to first useful entries.

Before you start

  • You can access the Workrail web app.
  • Your local repository already has commits.
  • You are running commands from repository root.

Step 1Create your first project

In the dashboard, open Projects and create one project that matches your repository.

Step 2Authenticate the CLI

BASH
workrail auth login

Then confirm session status:

BASH
workrail auth status

From repository root:

BASH
workrail link

Choose the project created in Step 1.

Step 4Run first sync

BASH
workrail sync

If you want an initial backfill:

BASH
workrail sync --since 7d

Step 5Review entries in the app

Open Entries and improve high-impact items:

  • Tighten title wording.
  • Add why-it-mattered context.
  • Add concrete outcomes when available.

Common setup issues