From d491bc1165347e8daffe56edbeb80e481eae3da5 Mon Sep 17 00:00:00 2001 From: David Hu Date: Mon, 24 Aug 2026 21:07:36 -0700 Subject: [PATCH 1/2] docs: link official SDK packages --- integration/adding-api-to-your-app.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration/adding-api-to-your-app.mdx b/integration/adding-api-to-your-app.mdx index f5cf226..a5e586b 100644 --- a/integration/adding-api-to-your-app.mdx +++ b/integration/adding-api-to-your-app.mdx @@ -31,6 +31,11 @@ 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/) + ## Integration overview Choose the workflow that matches what you are building: From 722cad936f8a76116eb75beec6906a502e1c0fd6 Mon Sep 17 00:00:00 2001 From: David Hu Date: Mon, 24 Aug 2026 21:08:42 -0700 Subject: [PATCH 2/2] docs: link Go and Rust SDK packages --- integration/adding-api-to-your-app.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/adding-api-to-your-app.mdx b/integration/adding-api-to-your-app.mdx index a5e586b..880dbc9 100644 --- a/integration/adding-api-to-your-app.mdx +++ b/integration/adding-api-to-your-app.mdx @@ -35,6 +35,8 @@ By the end of this guide, you'll have: - [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