TypeScript
Install and setup the StackOne AI TypeScript SDK
# Using npm npm install @stackone/ai # Using pnpm pnpm add @stackone/ai # Using yarn yarn add @stackone/ai # Using bun bun add @stackone/ai
.env
STACKONE_API_KEY=your_api_key_here
import { StackOneToolSet } from '@stackone/ai'; const toolset = new StackOneToolSet(); console.log('✅ StackOne AI SDK installed successfully!');
Was this page helpful?