Skip to main content
Hub Auth Links let you deliver a secure URL to your end users for a secure, in-browser connection experience without embedding the StackOne Hub in your application. The hosted webpage already includes an implementation of the Hub so there’s no front end implementation required from your side. There are two ways to generate an Auth Link — from the dashboard, or programmatically via the API.
An Auth Link can be generated directly from the StackOne dashboard. Here’s how:
1

Navigate to Accounts

Log in to the StackOne dashboard and select Accounts from the left menu.
2

Click the + Link Account button

A popup will appear asking you to select a method — choose Method 1 - Request Authentication.
Accounts page with Link Account button
3

Fill in the required fields

  • Origin owner ID - This should be the end-user identifier you use in your own system(s) (most likely, a UUID or integer)
  • Origin owner name - This is the end-user name in your own system(s)
  • Origin username (optional) - The end-user’s username (eg: an email address) that will connect or be responsible for the connection
Then click Next.
Auth Link form
4

Optionally add a filter and expiry

  • Filter the Hub - Filter the list of connectors displayed to the end-user
  • Connector Profile - Route the session through a specific connector profile
  • Link Expiry - Control how long the link stays valid (default is 30 days)
Then click Generate.
5

Copy and send the link to the end-user

Auth Link generated
The end-user will now be able to connect their accounts using the link.
6

Capture the account ID

Once the end-user connects, StackOne fires an account.created webhook event containing the account ID — persist it against your user: it’s the account ID you’ll use with every action call.You can also find it through the dashboard on the Accounts page.

Dashboard Connection Link Generation

Next steps

Call Actions

With the account linked, call its actions from your product — over the Agent SDK, MCP, A2A, or RPC/HTTP.

Embed Overview

Return to the end-to-end embedding journey.