Blaxel features a SDK in TypeScript. Check out down below the installation instructions down below.

Install

To manage Blaxel resources, use the core SDK @blaxel/core:

pnpm install @blaxel/core

For automatic trace and metric exports when running workloads with Blaxel SDK, you’ll want to use @blaxel/telemetry. Import this SDK at your project’s entry point.

pnpm install @blaxel/telemetry

For compatibility with agent’s frameworks (i.e. to import tools and models in the framework’s format), import the corresponding SDK:

pnpm install @blaxel/langgraph

pnpm install @blaxel/vercel

pnpm install @blaxel/mastra

pnpm install @blaxel/llamaindex

Guides

Complete SDK reference

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

TypeScript SDK

Open the GitHub repository for Blaxel SDK in TypeScript.