Getting Started
You can connect to the Asana API using a Personal Access Token (PAT) or an OAuth app. For connecting a single Asana workspace, we recommend using a Personal Access Token.Personal Access Token Setup
Generate a Personal Access Token
- Log in to Asana and navigate to My Settings > Apps > Developer Apps.
- Click Create new token, provide a description (e.g.
Strata Integration), and click Create token. - Copy the token and store it in a secure location.
The full token is only displayed once. After closing the creation dialog, it cannot be retrieved — you will need to create a new one if lost.
Configure the Asana Integration in Strata
Select Asana in the Strata Integration Catalog. Enter your Personal Access Token.
OAuth App Setup
Create an Asana OAuth App
- Navigate to the Asana Developer Console.
- Click Create new app, enter a name and select your workspace.
- In your app’s settings, navigate to OAuth and add the Strata OAuth callback URL as a redirect URL:
- Copy the Client ID and Client Secret from the app’s settings page.
Configure the Asana Integration in Strata
Select Asana in the Strata Integration Catalog. Enter your OAuth client ID, client secret, and required scopes.
The scopes in the Strata dashboard should match the scopes you configured in your Asana OAuth app.