Getting Started
Installation
Install the Tork SDK for Python or JavaScript to add AI governance to your applications.
Python Installation
Install the official Python SDK using pip:
Python 3.8 or higher required
Supports asyncio for high-throughput applications
Type hints included for IDE autocomplete
JavaScript / TypeScript Installation
Install the official JavaScript SDK using npm or yarn:
Node.js 18+ or modern browsers
Full TypeScript support with type definitions
ESM and CommonJS compatible
Verify Installation
Test your installation with a simple health check:
Next Step: Configure your API key and environment. See Configuration.