Documentation
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 --versionSDK Installation
JavaScript/TypeScript
npm install @qodryx/sdkPython
pip install qodryxAuthenticate
After installation, authenticate with your QODRYX account:
qodryx loginThis will open your browser to complete authentication.