Linear Install & Auth Overview Install the TypeScript SDK and configure authentication for the Linear GraphQL API at . Supports personal API keys for scripts and OAuth 2.0 (with PKCE) for user-facing apps. Prerequisites - Node.js 18+ (SDK is TypeScript-first, works in any JS environment) - Package manager (npm, pnpm, or yarn) - Linear account with workspace access - For API key: Settings Account API Personal API keys - For OAuth: Create app at Settings Account API OAuth applications Instructions Step 1: Install the SDK The SDK exposes , typed models for every entity (Issue, Project, Cycle, Te…