The TaskForceAI TypeScript SDK provides a type-safe way to interact with our platform from Node.js or browser environments.Documentation Index
Fetch the complete documentation index at: https://docs.taskforceai.chat/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Quick Start
Streaming Results
For long-running tasks, you can stream status updates in real-time.Configuration
| Option | Type | Description |
|---|---|---|
apiKey | string | Your TaskForceAI API key (required) |
baseURL | string | Custom API endpoint URL |
timeout | number | Request timeout in milliseconds |
mockMode | boolean | Enable mock mode for local development |