Blaxel is a computing platform where AI builders can deploy AI agents easily. This tutorial demonstrates how to deploy your first workload on Blaxel.

Quickstart

Welcome there! ๐Ÿ‘‹ Make sure you have created an account on Blaxel (here โ†’ https://app.blaxel.ai), and created a first workspace. Retrieve the workspace ID.

Upon creating a workspace, Blaxel automatically adds a starter connection to a rate-limited model API to get you started. You can bring your own credentials to model providers to connect to more model APIs.
1

Install Blaxel CLI

2

Login

3

Install a package manager (if not done already)

4

Create your first resource

Blaxel is the ultimate toolkit for AI agent builders, letting you create and deploy resources on a purpose-built infrastructure for agentics.

5

Test and deploy your workload

Run the following command to serve your workload locally, replacing <<DIRECTORY-NAME>> with the name of the workloadโ€™s root directory:

cd <<DIRECTORY-NAME>>;
bl serve;

To push to Blaxel, run the following command. Blaxel will handle the build and deployment:

bl deploy

Your workload is made available as a serverless auto scalable global endpoint ๐ŸŒŽย .

6

Make a first inference

Next steps

You are ready to run AI with Blaxel! Hereโ€™s a curated list of guides which may be helpful for you to make the most of Blaxel, but feel free to explore the product on your own!

Deploy serverless agents

Complete guide for deploying AI agents on Blaxel.

Create agentic code sandboxes

Complete guide for spawning sandboxed VMs for your agents to access.

Schedule and execute batch tasks

Complete guide for creating and running batch jobs from your agents.

Enforce policies

Complete guide for managing deployment and routing policies on the Global Agentics Network.

Any question?

Although we designed this documentation to be as comprehensive as possible, you are welcome to contact support@blaxel.ai or the community on Discord with any questions or feedback you have.