Intercom Install & Auth Overview Set up the official TypeScript SDK and configure authentication via access tokens (private apps) or OAuth (public apps). Prerequisites - Node.js 18+ - npm, pnpm, or yarn - Intercom workspace with Developer Hub access - Access token from Configure Authentication in your app settings Instructions Step 1: Install the SDK The package exports and all TypeScript types under the namespace. Step 2: Configure Access Token Authentication Access tokens authenticate private apps that access your own Intercom workspace. Store the token securely: Step 3: Verify Connection S…