Finding Your Account ID
The Account ID is a UUID required for all account-level API calls.
Sign in to the Account Console
Sign in to the Databricks Account Console.
Creating a Service Principal
A service principal is a machine identity used for automated API access without tying credentials to a user account.
Navigate to Service Principals
In the left sidebar, click User management, then click the Service principals tab.
Add a Service Principal
Click Add service principal, enter a descriptive name in the New service principal display name field (e.g. “StackOne Integration”), and click Add service principal.
Generating OAuth Credentials
Generate a client secret for the service principal to use with OAuth client credentials flow.
Open the Service Principal
In User management > Service principals, click on the service principal you created.
Generate a Secret
Click the Credentials & secrets tab, then click Generate secret. Set the lifetime (up to 730 days) and click Generate.
Copy the Credentials
Copy both values immediately — the secret is shown only once and cannot be retrieved later.
- Client ID — paste into the Client ID field in StackOne
- Client Secret — paste into the Client Secret field in StackOne
Linking the Account from the Hub
Navigate to the Hub
Fill out the fields
- Account ID
- Client ID
- Client Secret
- Scopes (Optional)
If the account linking is successful, you will see the newly linked account in your Accounts page.