SDKs
Client libraries are generated from the same OpenAPI spec that backs the API Reference, so every SDK covers the same operations.
| Language | Package | Install |
|---|---|---|
| Python | programmableinbox on PyPI | pip install programmableinbox |
| Go | github.com/roshansingh/programmableinbox/sdk/go | go get github.com/roshansingh/programmableinbox/sdk/go |
| TypeScript | @programmableinbox/sdk on npm | npm install @programmableinbox/sdk |
| C# | ProgrammableInbox.Sdk on NuGet | dotnet add package ProgrammableInbox.Sdk |
All four default to https://app.programmableinbox.com. Point at a
self-hosted or local instance by overriding the base URL/host — each
language page shows how.
Authenticate every client with an API key from Settings → API Keys — see Authentication & Scopes for how scopes work.