Get Started

Installation

Install the QODRYX CLI for local development or the SDK for programmatic access.

Requirements

  • Node.js 18+ (for CLI and JavaScript SDK)
  • Python 3.9+ (for Python SDK)
  • Git installed and configured
  • QODRYX account (free tier available)

CLI Installation

# Using npm

npm install -g @qodryx/cli

# Using yarn

yarn global add @qodryx/cli

# Verify installation

qodryx --version

SDK Installation

JavaScript/TypeScript

npm install @qodryx/sdk

Python

pip install qodryx

Authenticate

After installation, authenticate with your QODRYX account:

qodryx login

This will open your browser to complete authentication.