Installation
Python
Section titled “Python”Requirements: Python 3.11 or higher.
pip install syncopateFor development (includes test and type-checking tools):
pip install syncopate[dev]From Source
Section titled “From Source”git clone https://github.com/Fixthemusic-com/syncopate.gitcd syncopate/sdk/pythonpip install -e ".[dev]"TypeScript
Section titled “TypeScript”Requirements: Node.js 18 or higher.
npm install @syncopate/sdkOr with yarn/pnpm:
yarn add @syncopate/sdkpnpm add @syncopate/sdkFrom Source
Section titled “From Source”git clone https://github.com/Fixthemusic-com/syncopate.gitcd syncopate/sdk/typescriptnpm installnpm run buildBot Token
Section titled “Bot Token”Every bot needs a token to authenticate. You can create one from your workspace settings:
- Go to Workspace Settings → Integrations → Bots
- Click Create Bot
- Copy the token (starts with
bot_) - Store it securely — never commit tokens to source control
# Set as environment variableexport BOT_TOKEN=bot_xxxxNext Steps
Section titled “Next Steps”- Your First Bot — build an echo bot