Generate a User Token in Dagster+
A User Token authenticates requests to Dagster+ on behalf of your user account. It grants access to every deployment your user has permissions for. See Dagster+ user token docs for details.
Sign in to Dagster+
Sign in to your Dagster+ account.
Open Organization Settings
Click your user avatar in the bottom-left corner of the Dagster+ sidebar (next to your email). A menu pops up — choose Organization settings.
Open the Tokens tab
In Organization Settings, open the Tokens tab and stay in the Manage tokens for your account section at the top.
Create a user token
Click the + Create user token button in the top-right of the user-tokens section. A new row appears in the Active tokens table immediately. No prompt is shown — the token is created right away.
Reveal and copy the token
The new token is hidden by default. On the new row:
- Click Reveal token (or Hide token to toggle back) — the token value appears as
user:<hex>(e.g.user:0afb128e57084fce8fd15c62d75e4bd6). - Click the token value itself to copy it (a “Click to copy” tooltip will appear). You can re-reveal and copy it any time later.
- Paste the full value (including the
user:prefix) into the User Token field in the StackOne Hub linking form.
Find your organization and deployment
The connector URL is built from https://{organization}.dagster.cloud/{deployment}. You can read both values straight from the Dagster+ UI.
Identify the organization slug
Look at the browser URL bar while signed in to Dagster+ — it looks like https://acme.dagster.cloud/prod/.... The subdomain before .dagster.cloud (here acme) is your organization slug. You can also find it in the avatar menu (bottom-left) — the organization name shown above your email matches the slug (lowercased, no spaces).
Linking the Account from the Hub
Navigate to the Hub
Fill out the fields
- User Token
- Organization slug
- Deployment
If the account linking is successful, you will see the newly linked account in your Accounts page.