TypeScript SDK Installation
The Daydream TypeScript SDK (@daydreamlive/sdk) provides a type-safe way to interact with the Daydream API from your server-side applications.
Installation
Install with your preferred package manager:The package supports both CommonJS and ES Modules (ESM).
Requirements
- Node.js 18+ (LTS recommended)
- TypeScript 4.7+ (if using TypeScript)
Authentication
Get your API key from the Daydream Dashboard. Initialize the SDK with your API key:Next Steps
- Quickstart - Create your first stream
- Methods Reference - Full API documentation