SDKs
Both SDKs are generated from the same contract as the API and this reference. When the platform gains an operation, the SDKs gain a typed method for it in the same change; they cannot drift.
@membber/sdk-ts. Fully typed request and response shapes for all 179 operations, built on openapi-fetch. For servers, agents and web tooling.
MembberSwift. A Swift package built on Apple's swift-openapi-generator, with async/await calls and idiomatic Swift names for every operation.
Also planned
The Android SDK will generate from the same contract and inherit the same guarantee: one source of truth, no hand-written clients, no drift.
The API is plain JSON over HTTPS, and every operation in the reference includes a copyable cURL example. The SDKs add typed shapes and auth plumbing, not behaviour: anything they do, you can do with any HTTP client.