Skip to main content
Blaxel features an SDK in Go. To install, follow the instructions below.

Install

Or to use a specific version:
Go

Prerequisites

To use this SDK, you need a Blaxel account and the following environment variables: You can create an API key from the Blaxel console. Your workspace name is visible in the URL when you log in to the console (e.g. app.blaxel.ai/{workspace}). Set them as environment variables:
Or add them to a .env file at the root of your project. For other authentication options, see Variables and secrets. Alternatively, you can authenticate via the Blaxel CLI:
When you deploy on Blaxel, authentication is handled automatically.

Complete SDK reference

Visit the GitHub page below for detailed documentation on the SDK’s commands and classes.

Go SDK

Open the GitHub repository for Blaxel SDK in Go.
Last modified on May 18, 2026