Skip to main content
This guide shows you how to register your own app with Outline to obtain your OAuth credentials (Client ID & Client Secret). These are required to let your users grant your app access to their Outline account.
1

Open Applications settings

In Outline, click your workspace name, then go to Settings -> Applications.
2

Create a new application

Click New App….
3

Fill in the application details

  • Client type — leave this on Confidential, Nango stores the client secret securely on your behalf.
  • Name — an identifier for this app, shown to users on the consent screen.
  • Tagline — a short description of what the app does (optional).
  • Callback URLs — add https://api.nango.dev/oauth/callback, one URL per line.
4

Save and get your credentials

Click Create, then open the app to copy its Client ID and Client Secret.
5

Next

Follow the Quickstart to connect your first account.
For more details, see Outline’s API documentation.