Syttra
SDKs

Official client libraries

Thin wrappers around the REST API with typed responses, retries, and first-class async support. Same feature set across languages — install, authenticate, call.

Coming soon. SDKs land alongside public launch. In the meantime the REST API is callable from any HTTP client. Beta users get early access to the Python SDK — email hello@syttra.com.

Python

Coming soon

Sync + async client, Pydantic response models, retry/backoff built in.

$pip install syttra

JavaScript / TypeScript

Coming soon

Works in Node 18+, Deno, Bun, and browsers (with CORS).

$npm install @syttra/sdk

.NET

Coming soon

.NET 8+. NuGet package. Full async/await with CancellationToken support.

$dotnet add package Syttra

Go

Coming soon

Idiomatic Go client with context.Context support throughout.

$go get github.com/syttra/syttra-go

Don't see your language?

Ruby, Rust, PHP, Java, Swift, Kotlin — all on the roadmap, driven by user demand. The REST API works from any HTTP client in the meantime. Tell us what you're building and we'll bump your language up the queue.

Request a language