Documentation Index
Fetch the complete documentation index at: https://mintlify.com/iii-hq/sdk/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Node.js 18.0.0 or higher
- npm, yarn, or pnpm package manager
Install the SDK
Install the III SDK using your preferred package manager:Package Information
The III SDK is published asiii-sdk and provides both ESM and CommonJS exports:
- Main export: Core SDK functionality
- Subpath exports:
iii-sdk/stream- Stream interfacesiii-sdk/state- State managementiii-sdk/telemetry- OpenTelemetry utilities
Dependencies
The SDK includes built-in support for:- OpenTelemetry: Automatic distributed tracing, metrics, and logging
- WebSocket: Persistent connection to the III Engine
- W3C Trace Context: Standard distributed tracing propagation
Verify Installation
Create a simple test file to verify the installation:test.ts
connected if the III Engine is running.
Next Steps
Quickstart
Get started with your first III function
API Reference
Explore the complete API documentation