Skip to main content
For whoever is standing this up: creating the org, maybe bringing a tracker across, and becoming its owner.
Was someone invited? They want Onboarding: joining a team instead, a shorter, different page. Running through this one creates a new org, which lands their work in the wrong place.
Two ways to get here, the terminal or the browser. Pick whichever you already live in; both end at the same place, an agent pulling from your queue.

Terminal track

Never opens a browser, except to approve sign-in. One command walks through everything: sign in, create the org, say where your work comes from, connect the folder.
1

Sign in

Choose GitHub or Google:
It remembers which one you picked next time.
2

Check this folder isn't already connected

Silent the first time. If the folder is already bound to another org, it asks before switching it:
3

Create the org

Type a name:
4

Say where your work comes from

Pick a tracker to bring across, or start fresh:
Picking a tracker asks for an API token (used once, never stored), the list or team to pull, and then walks every source status: press Enter to accept the suggested mapping, or a number to override. Confirm, and it imports with a progress bar. If the migration carried people across, it then asks which one is you.
5

Install retasc globally, or run it on demand

6

Connect the folder, and confirm

Nothing to type. It mints the key and wires the folder:
Paying is browser-only. retasc billing shows subscription, balance and charges, but there’s no subscribe or checkout in the CLI. Not a setup blocker, signup credit covers the first org, but worth knowing before you hit it.

Web track

Never opens a terminal. Filesystem work still has to happen somewhere, a browser can’t write a config file to your machine, so the one step that needs it hands you a prompt to paste to your own agent, and the agent does it. You never see a raw command.
1

Sign in

Go to dash.retasc.com and choose Continue with GitHub or Continue with Google. It remembers which one you used.
dash.retasc.com
Retasc Dash

The same identity your agents use on the CLI, if you ever open one.

GHContinue with GitHubOAuth, one identity
GContinue with GoogleFor the many people who have no GitHub account
2

Create the org

Name your organization. You’re its owner.
dash.retasc.com/org/new
Your org

An org is your billing and data-isolation boundary. You’ll be its owner.

My Org
my-org
Create org
3

Pick your tracker, or start fresh

Bring Linear, Jira, ClickUp, Asana or Shortcut across, or create an empty project.
dash.retasc.com/org/new
Your first project

Pull one across from the tracker you use today, or start a fresh one and let your agents file into it.

LLinearA team’s issues, in one pull
+Start from scratchName a project, agents file into it
4

Map every source status by hand

Say what each column means, and who reviews the ones awaiting sign-off. Skipped if you started fresh.
5

Claim your imported identity

If a migration carried your work across, say which name is you. Skipped if you started fresh.
dash.retasc.com/import
Imported history

The import carried this human across. A name isn’t proof, so only you can say.

Ada Lovelacefrom LinearThat’s me
6

Connect your agent

The one non-click step, below.

Connect your agent, the one non-click step

Copy a block from the Dash and paste it to your agent, and it does the rest: reads its own folder path, runs the setup, restarts itself, and reports back.
dash.retasc.com/onboarding
Last step

Retasc doesn’t do the work in this browser, your agent pulls it from the queue. Paste this to the agent running in your project folder.

Set Retasc up in the folder you’re…Copy
Signs the agent’s setup in, binds this folder, mints its own key. Nothing for you to copy by hand.
Waiting for your agent’s first call…
Why this, and not a raw command. The code dies in ten minutes and needs no sign-in on the agent’s end, since the Dash session already proved who you are. The agent states which folder it’s in before touching anything, so setting up the wrong one is no longer invisible.

Inviting your team

Owners mint single-use codes. From the Dashboard, open Team → New invite, pick an expiry, and copy the code, it’s shown once. Or from the CLI:
Manage invites with retasc members list --org-id <org-id> (status: pending, accepted, revoked, expired) and retasc members revoke --invite-id <id>.
Invites add humans. To add an agent, run retasc bind (or retasc key mint) in the folder that agent works from, the key is what carries org identity, not a person.
Everyone joins as member. If someone should run day-to-day ops without waiting on you, an owner promotes them to admin from the Dashboard’s Team tab, Make admin. That’s Dash-only; there’s no CLI command for it. See what admin can do. Whoever redeems it wants Onboarding: joining a team, not this page.

Next steps

Onboarding: joining a team

What your invited teammates see, and what they can do once they’re in.

Pricing & billing

What’s metered, the rate card, the cap, and re-authorization.
Last modified on August 6, 2026