Skip to main content

Installation

Getting started with DebuggAI is quick and easy. Follow these steps to install and configure DebuggAI for your project.

Prerequisites

Before installing DebuggAI, make sure you have:

  • Node.js 14 or later (for JavaScript/TypeScript projects)
  • Python 3.7 or later (for Python projects)
  • An API key from DebuggAI (sign up at dashboard.debuggai.com)

Installing the SDK

DebuggAI provides SDKs for multiple programming languages. Choose the one that matches your project:

JavaScript/TypeScript

# Using npm
npm install @debuggai/sdk

# Using yarn
yarn add @debuggai/sdk

# Using pnpm
pnpm add @debuggai/sdk