SDK Libraries
Developer kits for JavaScript, Python, and more. All Start SDKs are open-source and available on GitHub.
JavaScript SDK
The official JavaScript library for Start. Full TypeScript support built-in with auto-generated typings.
View Documentation →Python SDK
Python bindings for interacting with Start services. Includes command-line tools and API wrappers.
View Documentation →Go SDK
High-performance Go tools for Start integration in enterprise environments and server-side applications.
View Documentation →Java SDK
Enterprise-grade Java integration with Maven and Gradle support for build automation.
View Documentation →Installation
JavaScript SDK
Terminal
npm install @start/sdk
Tip:
Run `npx start init` to automatically configure your SDK with a new project.
Python SDK
Terminal
pip install start-python
Note:
Requires Python 3.8 or later. Use `pipenv` for virtual environment management.