Skip to content

Create an OAuth Application

  1. Navigate to Workspace SettingsIntegrations. https://app.plane.so/<workspace>/settings/integrations/
  2. Click Build your own.
  3. Fill in the required details:
FieldDescription
App NameDisplay name shown to users
Setup URLEntry point when users install your app. Your app redirects users to Plane's consent screen from here.
Redirect URICallback URL where Plane sends users after they approve access, along with the authorization code.
Webhook URLEndpoint for receiving event notifications
  1. For agents that respond to @mentions, enable "Enable App Mentions".
  2. Save and store your Client ID and Client Secret securely.
  3. Select the scopes you need for your app from the Scopes & Permissions section. See OAuth Scopes for more information on the available scopes.

WARNING

Never expose your Client Secret in client-side code or commit it to version control.