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.
(Optional) Name the token
To make the token easier to identify later, click the pencil/edit icon in the Description column on the row, type a name (e.g. StackOne integration), and confirm. The description is purely for your reference and can be edited at any time.
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).
Identify the deployment
The path segment after the organization (e.g. prod, staging, or a branch deployment name) is your deployment. You can also see it in the deployment dropdown at the top-left of the sidebar (next to the Dagster+ logo) — switching deployments updates the URL.
Linking the Account from the Hub
Navigate to the Hub
Fill out the fields
- User Token
- Organization slug
- Deployment
Connect
- Click Connect
- If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider’s authorization flow.
- Once authorization is successful, you will see a confirmation popup
If the account linking is successful, you will see the newly linked account in your Accounts page.