Skip to main content
Goal: Link a third-party account so tools can run with that user’s credentials.

Prerequisites

Steps

1

Confirm an auth config

List auth configs and note the authConfigId for your toolkit. Create one in the dashboard or via the Auth configs API if missing. See Auth configs.
2

Create a link URL

For a specific end user, also send x-username. See Multi-tenancy.
3

Complete OAuth

Open the returned URL in a browser, approve access, then return to your app.
4

List connected accounts

Confirm the new connection appears with an active status.

Verify

  • Link endpoint returns a URL
  • After OAuth, the account appears in the list
  • A tool execute that needs that toolkit succeeds when you pass the connection

Next