Install
TypeScript SDK
Install the TypeScript SDK.
Python SDK
Install the Python SDK.
Go SDK
Install the Go SDK.
How authentication works
The Blaxel SDK authenticates with your workspace using credentials from these sources, in priority order:- when running on Blaxel, authentication is handled automatically
- variables in your
.envfile (BL_WORKSPACEandBL_API_KEY, or see this page for other authentication options). - environment variables from your machine
- configuration file created locally when you log in through Blaxel CLI (or deploy on Blaxel)
Complete SDK reference
Visit the GitHub pages below for detailed documentation on each SDK’s commands and classes.TypeScript SDK
Open the GitHub repository for Blaxel SDK in TypeScript.
Python SDK
Open the GitHub repository for Blaxel SDK in Python.
Go SDK
Open the GitHub repository for Blaxel SDK in Go.
