Skip to main content
2026-02-17

New region

  • Added a new region in the European Union: eu-fra-1 (Frankfurt)
2026-02-11

Improved build control for sandbox images

  • Added ability to opt-out of our automatic slimming process for sandbox images, by setting slim = false.
2026-02-05

Public access for agents on Mark 3 infrastructure

2026-02-02

Support for in-place upgrade of sandbox API (beta)

  • Added an SDK method to upgrade a sandbox’s API without needing to restart or recreate it.
  • Only available for sandboxes created with sandbox API v0.2.0 or later (sandboxes created after 2 Feb 2026)
2026-01-31

Clearer visibility of sandbox expiry time

  • Added new read-only parameter, expires_in, to sandbox metadata that computes the exact date and time when a sandbox will terminate due to its TTL or lifecycle policy.
2026-01-31

Improvements to sandbox process management and logging

  • Added ability to view logs for specific processes within a sandbox: bl logs sandbox my-sandbox my-process
  • Support for real-time log streaming with -f/--follow flag for sandbox processes (similar to tail -f)
  • Added new command to list processes in a sandbox: bl get sandbox my-sandbox process (or bl get sbx my-sandbox ps)
  • New .oyaml and .ojson output formats for process listings
2026-01-31

The Big CLI Upgrade

  • Added shell completion for CLI commands including workspace, sandbox, job, agent, function, model, volume, policy, and image names
  • Tab completion now suggests valid resource names as you type, reducing errors and improving efficiency
  • Simplified syntax for filtering job logs by execution and task: bl logs job my-job <execution-id> <task-id>
  • New token refresh functionality for authentication operations: bl token
  • Various bug fixes and documentation improvements
2026-01-30

Additional metrics for batch jobs in Blaxel Console

The Blaxel Dashboard now displays detailed job metrics, including the number of active jobs, failures, and requests (both count and requests per second (RPS)) across all deployments.
2026-01-23

Support for job resource overrides

Added support for overriding environment variables and memory limits for job executions in Python and TypeScript SDKs.
2026-01-23

Improved sandbox creation time

Released new platform optimizations that enable faster initial sandbox creation, down to 0.5-1s.
2026-01-22

Support for volume resizing and sandbox expiry modification

  • Added an SDK method to increase the size of a volume.
  • Added SDK methods to update sandbox time-to-live and expiration policies after the sandbox has been created.
2026-01-16

Go SDK released

Released a new Go SDK. This provides access to the Blaxel REST API from applications written in Go.
2026-01-15

Improved terminal interface for sandboxes

Replaced existing terminal interface with WebSocket-based terminal connection. This is now a full terminal session rather than a pseudo-terminal.
2026-01-12

New API reference

Updated the management API reference documentation.
2025-12-18

Support for sandbox and volume labels

Added support for labels when creating sandboxes and volumes.
2025-12-17

New API endpoint for public IP address retrieval

Added a new API endpoint to retrieve the current list of public IP addresses used by Blaxel.
2025-12-13

New find() and grep() SDK methods

Added new, performance-optimized find() and grep() methods to the Blaxel SDKs. The find() method searches for matching files and directories, while the grep() method searches for text content within files.
2025-12-12

Browser-based terminal for sandboxes

Added browser-based terminal for interactive sandbox access and exploration through a web browser.
2025-12-05

New Jobs API endpoints and SDK methods

Added new Jobs API endpoints and corresponding TypeScript and Python SDK support to programmatically manage long-running job executions with multiple tasks.
2025-12-03

Deprecation of BL_SERVER_HOST and BL_SERVER_PORT variables

Transitioned to conventional HOST and PORT environment variables to specify the IP address/hostname and port on which agents or MCP servers should listen when deploying on Blaxel. The previous BL_SERVER_HOST and BL_SERVER_PORT variables will continue to be supported for compatibility.
2025-12-01

Asynchronous triggers for agents on Mark 3 infrastructure

  • Added support for asynchronous requests for agents deployed on Mark 3 infrastructure.
2025-11-28

Manual validation for CLI login

bl login now enforces a manual authorization step in the console. Note: This works on all versions, but we recommend upgrading to the latest (0.1.61) where the timeout window has been extended from 9s to 60s for a smoother experience.
2025-11-26

Revision management

  • Added support for storing the last 5 revisions for agents, MCPs, models and batch jobs deployed on Mark 3 infrastructure. Revisions are deployed using the blue-green deployment strategy. This enables rollbacks and progressive rollout strategies (e.g. canary deployments).
2025-11-24

New Console sidebar

Reworked sidebar in the Blaxel Console for a better navigation experience.
2025-11-18

Process restart on failure

  • Added support for restarting a sandbox process if it fails, up to a maximum number of restart attempts.
2025-11-12

Relace support

Added Relace support for fast apply in the codegen tools of a sandbox MCP
2025-11-05

Binary support for sandboxes

  • Added readBinary() function for sandbox filesystem to return a file content as a standard Blob object
  • Added writeBinary() function for sandbox filesystem to write a Buffer/Blob
  • Added download() function to downloads a file from the sandbox’s file system to your local machine.
2025-11-04

HTTP Stream transport for MCP servers

  • HTTP Stream is now the default transport for all MCP servers deployed on Blaxel, following Protocol Revision 2025-03-26.
2025-10-30

Mk 3 is now the default generation

Mk 3 is now the default infrastructure generation for all new agents and MCP servers. Here’s how versioning works:
  • Creating a new agent or MCP server without specifying a version → defaults to Mk 3
  • Updating an existing Mk 2 agent or MCP server without specifying a version → remains on Mk 2
  • Attempting to update a Mk 2 agent or MCP server to Mk 3 → returns an error
  • Updating an existing Mk 3 agent or MCP server without specifying a version → remains on Mk 3
  • Attempting to downgrade a Mk 3 agent or MCP server to Mk 2 → returns an error
2025-10-21

Storage pricing

For all customers on our Pay-as-you-go plan, we will begin charging for storage costs:
  • starting November 7, 2025 for Sandbox Snapshots and Sandbox Volumes.
  • starting December 1, 2025 for stored deployment Images.
This is a necessary step to ensure we can continue to invest in and improve our platform while aligning our costs with customer usage. You can see the full pricing on our public rate card. To see your current usage and adjust if needed, you can check the Billing Explorer in the Blaxel Console at any time.
2025-10-13

Sandbox volume templates

Sandbox volume templates are available in private preview. Pre-populate sandbox volumes with files for faster environment setup.
2025-10-07

Blaxel Blog

Rolled out new version of Blaxel Blog: a technical blog to share engineering deep-dives, Blaxel updates, and general guides on agentics.
2025-09-28

Sandbox network v2

Released v2 of the sandbox networking layer, which decreases latency by up to 90%
2025-09-25

New sandbox builder

  • Our new builder has been successfully rolled out with optimized performance for image downloads and adjusted timeouts.
  • Key improvements:
    • Larger image support: Images can now exceed 10GB
    • Optimized file system: Better memory management with in-memory speed
    • Faster startups: Further reduced cold start times
    • Cost efficiency: Overall lower costs due to system optimizations
2025-09-24

New init command

Added bl new command to quickly initialize a new or existing project on Blaxel. You can also use any of the sub commands:
  • bl new agent
  • bl new mcp
  • bl new job
  • bl new sandbox
2025-09-17

Sandbox lifecycle policies

Set time-to-live & expiration policies on a sandbox to automatically delete it based on specific conditions:
  • expire at a specific date using the expires parameter.
  • expire after a total maximum lifetime using the ttl parameter
  • expire after a period of inactivity using the lifecycle.expirationPolicies / lifecycle.expiration_policies parameter
2025-09-10

Billing Explorer

Added new Billing Explorer: monitor your consumption of Blaxel services in real-time.
2025-09-02

New MCP server: Linkup

Added new MCP server: Linkup
2025-08-21

Custom domains

  • Added possibility to register a custom domain in your workspace and verify it from Blaxel
  • Added support for custom domains for sandboxes previews
2025-08-18

New MCP server: Nia

Added new MCP server: Nia
2025-08-08

TTLs on sandboxes

Added option to set a TTL (time-to-live) on sandboxes to automatically delete them after a specific period
2025-08-06

Improved sandbox creation time

Optimized creation flow of new sandboxes to bring it down to 2-3 seconds (+ network latency).
2025-08-01

Usage-based pricing model

Launched our new usage-based pricing model
2025-07-15

New MCP servers: AgentMail, Context7

  • Added new MCP server: AgentMail
  • Added new MCP server: Context7
  • Added new agent template: Email Support Agent - powered by AgentMail
2025-06-24

Cron jobs

Added support for cron-based triggers for Batch Jobs.
2025-06-06

Sandbox tools for codegen

  • Added fast apply of file edits powered by MorphLLM for efficient code changes (2000+ tokens/second)
  • Added multiple other codegen-optimized functions by making tool calls through the MCP server of a sandbox.
2025-06-01

Deploy from Dockerfile

Added possibility to deploy agent, MCP server and job from a Dockerfile
2025-05-27

New MCP server: Airweave

Added new MCP server: Airweave
2025-05-26

Improved latency on sandbox

  • Reduced typical duration of sandbox creation down to 4-8 seconds
  • Reduced latency on calls made to a sandbox
2025-05-23

New MCP server: Supabase

Added new MCP server: Supabase
2025-05-22

New Logs console

  • Reworked interface of Logs console
  • Added ability to filter log queries
2025-05-19

Sandboxes file system improvements

2025-05-15

OneGrep Integration

Added an agent template that uses OneGrep for semantic tool searching and selection
2025-05-14

Sessions for sandboxes

Added ability to create sessions to operate sandboxes from a frontend client
2025-05-09

New MCP servers: HubSpot & Smartlead

  • Added new MCP server: HubSpot
  • Added new MCP server: Smartlead
2025-05-06

Preview URLs for sandboxes

Added support for public preview URLs for sandboxes
2025-05-03

Async endpoint for agents

Added endpoint to send asynchronous requests to an agent
2025-05-01

Sandboxes

Our biggest release since we launched: Sandboxes, running on our new Mark 3 Infrastructure!Sandboxes are fast-launching virtual machines built for agentic AIs. Agents can use them to run commands or render code in an isolated environment.This protects your infrastructure when running AI-generated code, enabling use cases such as codegen, AI code review, AI data analysis and more.They are powered by our brand-new Mark 3 infrastructure generation that pushes the limits of infrastructure performance. Key features of Mk 3 sandboxes:
  • Boot time under 20ms
  • Persistent filesystem across sessions
  • Operable via both Python/TypeScript SDK and MCP server
Sandboxes and Mk 3 infrastructure are currently in private Alpha release. Contact us to get access.
2025-04-25

New MCP: Tavily

Added new MCP server: Tavily. Enable your agents to search the web with Tavily’s API.
2025-04-17

New Blaxel Console

We reworked the UI of Blaxel Console! Now more geeky with loads of new metrics and visibility on your infrastructure — and an integrated changelog.
2025-04-12

New framework supported: Google ADK

Added support for Google ADK (Agent Development Kit) framework
2025-04-07

New framework supported: PydanticAI

Added support for PydanticAI framework
2025-04-02

SDK v0.1.0

  • Released a new major version of our SDK to give you access to lower-level features:
    • host custom MCP servers
    • connect to LLM via Blaxel gateway
    • connect to tools hosted on Blaxel
  • Compatibility with all major agentic frameworks from day 1: LangChain, LangGraph, CrewAI, LlamaIndex, OpenAI Agents, Vercel AI SDK, Mastra.
  • Improved cold-starts for agents and functions
2025-03-20

Functions are now MCP servers

  • All functions on Blaxel are now exposed as MCP servers, even custom functions.
  • Create a custom MCP server from a scaffolded repo using bl create-mcp-server
2025-03-06

Templates of agents

  • Added 6 templates of agents
  • Templates can be used when creating a new agent from the Blaxel Console. Deploying a template will deploy the agent on your GitHub organization and setup a live synchronization watching future updates
  • The entire template list is available on our website
  • Added information in Blaxel Console that an agent is synchronized via GitHub
  • Updated the schema for functions to better match MCP standard
2025-02-28

Improved build times

Functions and agents now build and deploy 100% to 200% faster than before, thanks to a reworked build system.
2025-02-24

Voice agents

We’ve added a new low-latency voice agent template that enables real-time speech interaction with AI systems. Built using OpenAI’s Realtime API and LangGraph ReAct agent, this template supports multi-modal inputs/outputs and tool calling via Blaxel Functions.
2025-02-18

Revisions & canary deployments

Added revisions for agents, model APIs and functions:
  • Each build of an object creates a new immutable revision, which can be deployed to redirect request traffic to it
  • Ability to deploy a new revision using blue-green strategy
  • Ability to rollback to previous revision
  • Ability to split a percentage of traffic to a second revision (canary deployments)
2025-02-17

Beamlit is now Blaxel!

We’re excited to announce our official name change from Beamlit to Blaxel!
2025-02-14

Sunsetting environments

We are discontinuing Beamlit environments. Stay tuned for an upcoming major update that will help you better manage your deployment lifecycles.
2025-02-12

New pricing plans

Beamlit officially launched new pricing plans. Learn more about the pricing plans on our website, or login to the Beamlit console to start your free tier or upgrade.
2025-02-07

DeepSeek integration

Connect to DeepSeek models from Beamlit
2025-02-04

HuggingFace integration

2025-01-31

Azure AI Foundry integration

  • New integration: Azure AI Services (for OpenAI models and others)
  • New integration: Azure Marketplace (for Llama models and others)
2025-01-30

9 new pre-built toolkits

Added 9 new prebuilt templates of functions:
  • Brave Search
  • Google Maps
  • Slack
  • Linear
  • AWS SES
  • Cloudflare
  • PostgreSQL
  • AWS S3
  • Dall-E
2025-01-28

Policies on token usage for cost control

New policy type: maximum token usage
2025-01-26

🚀 We launched Beamlit beta!

Beamlit Beta is available publicly! Coming with the following new features:
  • New world-class infrastructure for minimal cold starts and maximum reliability
  • World map showing the origin of requests on your agents AI
  • Many additional charts
2025-01-20

Agentic traces

  • Added Agent Observability suite, with traces of agents’ requests.
  • Added ability to launch a request in debug mode from the Playground to save the trace
Beamlit is currently in private alpha. Join our waitlist for access today.
2025-01-12

Latency metric tracking

Added a new set of metrics is available for your agents, functions and models: end-to-end latencies (average, p50, p90, p99).Beamlit is currently in private alpha. Join our waitlist for access today.
2025-01-07

Beamlit extension for VScode

Click here to download the Beamlit extension for Visual Studio Code.View and retrieve your workspace’s resources directly from the VSCode IDEBeamlit is currently in private alpha. Join our waitlist for access today.
2025-01-03

New Beamlit console

  • Beamlit console has been completely reworked, in order to center the experience around agents and their deployments.
  • Removed custom model deployments and renamed external models “model APIs”
  • Added statuses for deployments
  • Added playbook to deploy an agent from local code in the Beamlit console
Beamlit is currently in private alpha. Join our waitlist for access today.
2024-12-20

Visual aspect of charts is improved

  • Improved visual aspect of charts and options to change time window of screens
  • API reference for agents’, models’ and functions’ deployments has been updated
Beamlit is currently in private alpha. Join our waitlist for access today.
2024-12-17

CLI support for running agents and functions

You can now use the Beamlit CLI to run requests on agents (bl run agent) and functions (bl run function)Beamlit is currently in private alpha. Join our waitlist for access today.
2024-12-16
Total requests metric
Added new metric: total number of requestsBeamlit is currently in private alpha. Join our waitlist for access today.
2024-12-11
Develop agents locally with the Beamlit SDK
  • You can now develop (and run) your own AI agents locally with the Beamlit SDK.
  • Use CLI command bl create-agent-app your-agent-name to initialize a repository with the code skeleton to get started
  • Use CLI command bl serve --local to run your AI agent on your local machine
Beamlit is currently in private alpha. Join our waitlist for access today.
2024-12-03
New integrations
2 new integrations are available to connect to external AI model providers:
  • Cohere
  • xAI
Beamlit is currently in private alpha. Join our waitlist for access today.
2024-12-02
GitHub Action for Beamlit
You can now use a GitHub Action to directly deploy Beamlit objects (agents, functions, models) from your GitHub Workflows.Beamlit is currently in private alpha. Join our waitlist for access today.
2024-11-28
External AI model providers
Happy Thanksgiving! You can now connect external model providers as integrations in your Beamlit workspace in order to leverage Beamlit’s accelerated Global Inference Network to unify calls to third-party APIs.
  • OpenAI
  • Anthropic
  • Mistral AI
Build and run agents globally while centralizing model access, credentials and observability behind our production-ready global gateway. 🌐Beamlit is currently in private alpha. Join our waitlist for access today.
2024-11-21
Beamlit’s private alpha launch
Experience Beamlit first-hand and discover what it can you for you. Join the private alpha waitlist for Beamlit now.

Features

  • Agents: run AI agents across multiple locations, so your consumers get the lowest latency and the highest availability.
  • Models: connect or deploy generative AI models behind our global gateway, from public endpoints to custom fine-tuned models
  • Functions: run serverless functions that provide your agents with the tools to interact with their environment
  • Global Inference Network: make your agents available globally and locally with a network designed for AI inferences that optimizes for mission-critical latency while respecting your deployment, routing and cost policies.
  • Environments: manage compliance at enterprise level by enforcing policies directly in your development life-cycle
  • Policies: define global rules and strategies regarding your deployment placement, inference request routing, and hardware usage.
Beamlit is currently in private alpha. Join our waitlist for access today.