diff --git a/integration/adding-api-to-your-app.mdx b/integration/adding-api-to-your-app.mdx index f5cf226..880dbc9 100644 --- a/integration/adding-api-to-your-app.mdx +++ b/integration/adding-api-to-your-app.mdx @@ -31,6 +31,13 @@ By the end of this guide, you'll have: to prevent unauthorized usage. +### Official SDK packages + +- [Node.js SDK on npm](https://www.npmjs.com/package/magic-hour) +- [Python SDK on PyPI](https://pypi.org/project/magic_hour/) +- [Go SDK on pkg.go.dev](https://pkg.go.dev/github.com/magichourhq/magic-hour-go) +- [Rust SDK on crates.io](https://crates.io/crates/magic_hour) + ## Integration overview Choose the workflow that matches what you are building: