- Call the REST API directly — it’s small (13 routes) and every route is documented on that page with real request/response shapes.
- Port the Python SDK’s approach: generate models from
packages/shared/src/domain/*.tsrather than hand-maintaining them, to avoid the drift problems both existing SDKs have had at various points.
SDKs
Other Languages
[ROADMAP] — no Go, Java, or .NET SDK exists in this repository today.
No source for a Go, Java, .NET, or any other language SDK exists anywhere in this
repository. If you need to integrate from one of those ecosystems today, your options are: