Creating the org, maybe bringing a tracker across, becoming its owner. Terminal and web.
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.
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.
npx @retasc/cli bind
1
Sign in
Choose GitHub or Google:
How do you sign in to Retasc? 1) GitHub 2) GoogleChoose a number: 2 Open: https://www.google.com/device Enter code: FKDL-XMWZ Waiting for Google authorization…
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:
This folder is already bound to org "Acme" / project ACME.Replace it? [y/N]
3
Create the org
Type a name:
New org name: Northwind✓ Created org "Northwind".
4
Say where your work comes from
Pick a tracker to bring across, or start fresh:
Where does your work come from?: 1) Jira 2) Linear 3) ClickUp 4) Asana 5) Shortcut 6) Start from scratch (name a project; your agents file into it)Choose a number: 3
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
Install the retasc command on this machine? 1) Yes, globally A `retasc` command you can use anywhere. 2) No, run it on demand Nothing installed, fetched fresh each run.Choose a number [1]:
6
Connect the folder, and confirm
Nothing to type. It mints the key and wires the folder:
✓ Minted key for this workspace (rtsc_k_9fA2b3…).✓ This folder is bound to org "Northwind" / project ENG. Agents launched here can only ever read or write ENG.Start your agent in this folder, or restart it if it's already open,and it'll pull from the queue.
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.
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.
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…
Set Retasc up in the folder you're working in, so you can pull work from my queue.First tell me its full path, and wait for me to say go.Then run exactly this:npx @retasc/cli bind --setup rtscsetup_7ka92mIf Node 18 or newer isn't installed, install it. Prefer a way that doesn't needadmin rights. Only ask me if there's no other option.When it's done, restart yourself so the Retasc tools load, then check my queueand tell me what you find.
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.
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.