About Midaz SDK
Midaz SDKs are designed to help you build on top of Midaz without starting from scratch. They provide a consistent and well-structured interface that simplifies the details of the API while keeping you in control.
We currently offer two official SDKs:
- Midaz SDK for Go: Built for speed and scale, ideal for backends and infrastructure.
- Midaz SDK for TypeScript: Great for frontend apps, serverless logic, or full-stack projects.
Both SDKs are designed to be clear, safe, and adaptable. They wrap Midaz’s core APIs in familiar code, so you can focus on shipping without dealing with low-level edge cases.
Why use Midaz SDKs?
- Developer-friendly: Clean interfaces, strong typing, and defaults that make sense.
- Production-ready: Includes observability hooks, solid error handling, and built-in best practices.
- Consistent across stacks: The same core features are used in both Go and TypeScript, so you can use the language that fits your workflow.
Each SDK is modular, so you can bring in only what you need. And because they connect directly to Midaz’s public APIs, you’re always in control of your data and logic.
Updated 8 days ago