SDK Environment Setup
TypeScript
SDK Installation
The SDK can be installed using various package managers:
NPM
npm add syllable-sdk
PNPM
pnpm add syllable-sdk
Bun
bun add syllable-sdk
Yarn
yarn add syllable-sdk zod
# Note: Yarn does not install peer dependencies automatically. You will need
# to install zod as shown above.
Python
SDK Installation
The SDK can be installed using pip:
pip install syllable-sdk

