SDKs
Official SDKs for supported languages
SDKs
CastBrick provides official SDKs for all major languages. All SDKs authenticate
via Authorization: Bearer <api_key> — get your key from the
CastBrick dashboard.
All of our SDKs guarantee 100% parity with the public REST API, providing native access to SMS, Contacts, Broadcasts, Segments, Templates, Webhooks, and Billing.
| Language | Package | Install | Status |
|---|---|---|---|
| JavaScript / TypeScript | castbrick-js | npm install castbrick-js | ✅ Available |
| Python | castbrick | pip install castbrick | ✅ Available |
| C# / .NET | CastBrick.SDK | dotnet add package CastBrick.SDK | ✅ Available |
| Dart / Flutter | castbrick | dart pub add castbrick | ✅ Available |
| Go | castbrick-go | go get github.com/IldySilva/castbrick-go | ✅ Available |