> ## Documentation Index
> Fetch the complete documentation index at: https://blaxel-feat-keep-alive-timeout-clarification.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Blaxel platform changelog and release notes

> Chronological log of all Blaxel platform updates, new feature releases, deprecations, infrastructure changes, and notable improvements.

<Tip>
  [Subscribe to this changelog's RSS feed](https://docs.blaxel.ai/changelog/rss.xml) for automated notifications of platform changes and new features.
</Tip>

<Update label="2026-06-19">
  ### Clear sandbox TTL and lifecycle policies

  The SDKs can now clear a sandbox's expiration rules without recreating it. Pass `null`/`None` (or an empty string for the TTL) to `updateTtl` and `updateLifecycle` to make a sandbox persist again. See [Clear sandbox expiry rules](/Sandboxes/Expiration#clear-sandbox-expiry-rules).
</Update>

<Update label="2026-06-13">
  ### Refreshed Billing Explorer experience

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/_erDiPTF2mQHY8-Q/images/changelog/2026/billing-explorer.webp?fit=max&auto=format&n=_erDiPTF2mQHY8-Q&q=85&s=2cf7ebfe1b50c7a3a482e0bf2e3bb9f7" alt="New Billing Explorer interface" width="2354" height="1456" data-path="images/changelog/2026/billing-explorer.webp" />
  </Frame>

  The Billing Explorer is now available in the Blaxel Console with a refreshed UI and exhaustive filters and cost breakdowns
</Update>

<Update label="2026-06-11">
  ### Self-host Claude Managed Agents on Blaxel

  Blaxel now integrates with [Claude Managed Agents (CMA)](https://platform.claude.com/docs/en/managed-agents/overview), allowing you to self-host the sandbox execution layer while keeping the agent loop entirely within Anthropic's platform. Every tool call an agent makes in a CMA session runs inside a Blaxel sandbox: command execution, file operations, and code execution happen in fully isolated environments.

  See the [tutorial](/Tutorials/Claude-Managed-Agents) for a step-by-step walkthrough.
</Update>

<Update label="2026-06-10">
  ### Stripe Projects integration

  Blaxel is officially [integrated with Stripe Projects](https://blaxel.ai/blog/stripe-projects-blaxel-integration). You and your agents can use existing Stripe payment methods to provision Blaxel accounts and resources, all without needing any GUI.
</Update>

<Update label="2026-06-05">
  ### Process logging improvements

  Disable sandbox process logging per workspace, through the **Blaxel Console** > **Workspace settings**.
</Update>

<Update label="2026-06-04">
  ### Fallback preview URLs for custom domains

  You can now designate one preview as the [fallback](/Sandboxes/Preview-url#fallback-preview) or catch-all for a custom domain. When a preview doesn't exist on this domain, requests will be routed to this fallback preview instead of returning a 404.
</Update>

<Update label="2026-05-25">
  ### Sandbox images for Codex and Claude Code

  Directly scaffold new sandboxes with preinstalled Codex / Claude Code using `bl new sandbox`.
</Update>

<Update label="2026-05-11">
  ### Multi-dimension `groupBy` support in Billing API

  The [Billing API](/api-reference/billing#multi-dimension-groupby) now supports multi-dimension grouping with up to 3 dimensions. When multiple dimensions are specified, results are grouped by their cross-product.
</Update>

<Update label="2026-05-11">
  ### Multi-factor authentication support

  Multi-factor authentication (MFA) is now available for all login methods except SAML/SSO. Users can enroll TOTP (authenticator app) or SMS numbers and will be prompted for a second factor during login.
</Update>

<Update label="2026-05-06">
  ### Support for private image registries

  [Private image registries](/Sandboxes/Templates#deploy-from-a-private-registry) are now supported for deployments.
</Update>

<Update label="2026-05-01">
  ### Support for build variables

  Pass build secrets and configuration values into the Docker build phase without exposing them at runtime. Available for agent, job, sandbox, and MCP server builds.
</Update>

<Update label="2026-04-26">
  ### Further rollout of proxy and egress gateway features

  [Proxy](/Sandboxes/Proxy) and [egress gateway](/Infrastructure/Dedicated-egress-gateways) now available in all regions.
</Update>

<Update label="2026-04-24">
  ### New Billing Explorer API

  Added [Billing Explorer API](/Security/Billing-Explorer-API) to enable programmatic retrieval of cost and usage metrics for a Blaxel account.
</Update>

<Update label="2026-04-21">
  ### Updated authentication system

  Added support for Microsoft OAuth provider.
</Update>

<Update label="2026-04-20">
  ### Read-only mode in Agent Drive

  Added read-only support for drives. The same drive can be mounted read-write in one sandbox and read-only in others.
</Update>

<Update label="2026-04-20">
  ### Cross-account image sharing

  Added [image sharing across accounts](/Sandboxes/Templates#share-templates-across-workspaces-and-accounts).
</Update>

<Update label="2026-04-19">
  ### Rich error messages

  Updated platform [error messages](/troubleshooting/error-codes) with additional information, for autonomous use by agents and LLMs.
</Update>

<Update label="2026-04-18">
  ### Deploy multiple jobs from a single image

  Build a job image once and [reuse it across multiple job definitions](/Jobs/Deploy-shared-image) with different memory, disk, or region profiles, without rebuilding.
</Update>

<Update label="2026-04-15">
  ### Cross-workspace image sharing

  Added [image sharing between workspaces](/Sandboxes/Templates#share-templates-across-workspaces-and-accounts) in the same account.
</Update>

<Update label="2026-04-05">
  ### Blaxel CLI skill

  Added Blaxel CLI skill to let coding agents deploy and manage sandboxes, agents, jobs, and MCP servers using the `bl` CLI.
</Update>

<Update label="2026-04-04">
  ### USER support for sandbox image builds

  Added experimental support for the USER directive when building custom sandbox images.
</Update>

<Update label="2026-04-04">
  ### Push images without deploying

  Added `bl push` command to build and push a container image to the Blaxel registry without creating a deployment.
</Update>

<Update label="2026-04-01">
  ### GitHub Runner support

  Jobs can now be used as GitHub Runners. Link a repository to a job with `runs-on: workspace/job` in your GitHub Actions workflow.
</Update>

<Update label="2026-04-01">
  ### Ephemeral volumes for jobs

  Added support for volumes in jobs. These temporary volumes are auto-destroyed when the job ends.
</Update>

<Update label="2026-03-31">
  ### Dynamic port provisioning for sandbox previews

  Ports for previews no longer need to be configured at sandbox creation time. They are now opened dynamically on preview creation.
</Update>

<Update label="2026-03-26">
  ### New proxy and network features

  Added new sandbox networking features in private preview:

  * [proxy routing](/Sandboxes/Proxy#proxy-routing) (MITM header/body injection with secrets)
  * [domain filtering](/Sandboxes/Proxy#domain-filtering-firewall) (allowlist/denylist firewalls)
</Update>

<Update label="2026-03-26">
  ### Adjusted data collection in SDKs to be opt-out by default

  Exception data collection in the Python SDK (v0.2.46+), TypeScript SDK (v0.2.76+) and Go SDK (v0.16.1+) is now disabled by default. Users must now explicitly opt-in.
</Update>

<Update label="2026-03-19">
  ### Removed OpenClaw agent template

  Removed OpenClaw agent template. OpenClaw can still be [manually installed](https://docs.blaxel.ai/Tutorials/OpenClaw) and configured to run inside a Blaxel sandbox.
</Update>

<Update label="2026-03-05">
  ### New Console sidebar

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/_erDiPTF2mQHY8-Q/images/changelog/2026/console-sidebar.webp?fit=max&auto=format&n=_erDiPTF2mQHY8-Q&q=85&s=5e6f094594d886c76d919fb041cb6a4d" alt="New Console sidebar navigation" width="151" height="475" data-path="images/changelog/2026/console-sidebar.webp" />
  </Frame>

  Overhauled the Blaxel Console sidebar for a better navigation experience.
</Update>

<Update label="2026-03-11">
  ### Removal of WebSocket support for MCP calls in Python and TypeScript SDKs

  TypeScript SDK v0.2.73+ and Python SDK v0.2.45+ no longer support calling MCP servers over WebSocket transport. Use [streamable HTTP](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http) instead.
</Update>

<Update label="2026-03-09">
  ### New identity and access management features

  Added enterprise identity and access management features:

  * [Domain capture](https://docs.blaxel.ai/Security/Domain-capture): Verify your company's email domain and control which login methods your team can use.
  * [SSO and Directory Sync (SCIM)](https://docs.blaxel.ai/Security/SSO-Directory-sync): Integrate with your existing identity provider using SAML Single Sign-On (SSO) and automate user provisioning via Directory Sync (SCIM).
</Update>

<Update label="2026-03-09">
  ### New Blaxel Migration Skills

  Added [Blaxel Migration Skills](https://github.com/blaxel-ai/agent-migration-skills) to help coding agents migrate sandbox code from other providers, including Daytona, E2B and Modal, to Blaxel.
</Update>

<Update label="2026-03-06">
  ### Blaxel Console support for sandbox process execution logs

  Sandbox process execution logs can now be viewed directly in the Blaxel Console using your browser. This makes it easier to inspect command output, troubleshoot errors, and monitor running processes.
</Update>

<Update label="2026-03-02">
  ### Private preview of dedicated egress gateways

  Added the ability to attach [dedicated egress gateways](/Infrastructure/Dedicated-egress-gateways) to your workloads, making it easier to whitelist outbound traffic from Blaxel.
</Update>

<Update label="2026-02-27">
  ### New Blaxel Skill

  Added [Blaxel Skill](https://blaxel.ai/blog/give-your-coding-agent-blaxel-superpowers) to let coding agents create sandboxes, deploy agents, run jobs, and launch apps, all from natural-language prompts.
</Update>

<Update label="2026-02-24">
  ### Added declarative image builder

  Added a fluent builder API for creating sandbox images programmatically.
</Update>

<Update label="2026-02-23">
  ### Private preview of Agent Drive

  Agent Drive is available in private preview. Share files between sandboxes and agents using a high-performance distributed filesystem.
</Update>

<Update label="2026-02-23">
  ### Native support for "code mode"

  Added ["code mode"](https://blaxel.ai/blog/efficiently-connect-agents-and-apis-with-code-mode-on-blaxel) support, enabling more efficient tool calling over MCP.
</Update>

<Update label="2026-02-20">
  ### New OpenClaw agent template

  Added OpenClaw agent template delivering a sandboxed OpenClaw instance accessible via a public URL. The agent template includes a Blaxel Agent Skill for OpenClaw to work with Blaxel sandboxes.
</Update>

<Update label="2026-02-19">
  ### New sandbox image with Docker support

  Added a new sandbox image with Docker-in-Docker support, allowing you to run Docker inside a sandbox.
</Update>

<Update label="2026-02-17">
  ### New region

  Added a new region in the European Union: `eu-fra-1` (Frankfurt)
</Update>

<Update label="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`](./deployment-reference).
</Update>

<Update label="2026-02-06">
  ### ISO 27001 certification

  Received ISO 27001 certification.
</Update>

<Update label="2026-02-05">
  ### Public access for agents on Mark 3 infrastructure

  Added support to expose agents [publicly without authentication](https://docs.blaxel.ai/api-reference/agents/create-agent#body-spec-public) on Mark 3 infrastructure.
</Update>

<Update label="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)
</Update>

<Update label="2026-01-31">
  ### Clearer visibility of sandbox expiry time

  Added new read-only parameter, `expiresIn`, to sandbox metadata that computes the number of seconds until a sandbox is terminated due to its TTL or lifecycle policy.
</Update>

<Update label="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
</Update>

<Update label="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
</Update>

<Update label="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.
</Update>

<Update label="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.
</Update>

<Update label="2026-01-23">
  ### Improved sandbox creation time

  Released new platform optimizations that enable faster initial sandbox creation, down to 0.5-1s.
</Update>

<Update label="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.
</Update>

<Update label="2026-01-16">
  ### Go SDK released

  Released a new [Go SDK](https://github.com/blaxel-ai/sdk-go). This provides access to the Blaxel REST API from applications written in Go.
</Update>

<Update label="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.
</Update>

<Update label="2026-01-12">
  ### New API reference

  Updated the [management API reference documentation](https://docs.blaxel.ai/api-reference/introduction).
</Update>

<Update label="2025-12-18">
  ### Support for sandbox and volume labels

  Added support for labels when creating sandboxes and volumes.
</Update>

<Update label="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](/api-reference/publicips:list/list-public-ips#list-public-ips) used by Blaxel.
</Update>

<Update label="2025-12-13">
  ### New `find()` and `grep()` SDK methods

  Added new, performance-optimized [`find()`](/Sandboxes/Filesystem#find-files-and-directories) and [`grep()`](/Sandboxes/Filesystem#search-for-text-content-within-files) methods to the Blaxel SDKs. The `find()` method searches for matching files and directories, while the `grep()` method searches for text content within files.
</Update>

<Update label="2025-12-12">
  ### Browser-based terminal for sandboxes

  Added [browser-based terminal](/Sandboxes/Overview) for interactive sandbox access and exploration through a web browser.
</Update>

<Update label="2025-12-05">
  ### New Jobs API endpoints and SDK methods

  Added new Jobs API endpoints and corresponding [TypeScript](/Jobs/Manage-job-execution-ts) and [Python](/Jobs/Manage-job-execution-py) SDK support to programmatically manage long-running job executions with multiple tasks.
</Update>

<Update label="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.
</Update>

<Update label="2025-12-01">
  ### Asynchronous triggers for agents on Mark 3 infrastructure

  * Added support for asynchronous requests for agents deployed on Mark 3 infrastructure.
</Update>

<Update label="2025-11-28">
  ### Manual validation for CLI login

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/cli-login.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=512af5104919f4c7bc7b358b172a2cd1" alt="CLI login manual validation flow" width="2064" height="1508" data-path="images/changelog/2025/cli-login.webp" />
  </Frame>

  `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.
</Update>

<Update label="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).
</Update>

<Update label="2025-11-24">
  ### New Console sidebar

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/new-sidebar.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=f7d9baf2806a2e242d7198d30807518f" alt="New Console sidebar design" width="3344" height="1878" data-path="images/changelog/2025/new-sidebar.webp" />
  </Frame>

  Reworked sidebar in the Blaxel Console for a better navigation experience.
</Update>

<Update label="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.
</Update>

<Update label="2025-11-12">
  ### Relace support

  Added [Relace](https://www.relace.ai/) support for fast apply in the codegen tools of a sandbox MCP
</Update>

<Update label="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 download a file from the sandbox's file system to your local machine.
</Update>

<Update label="2025-11-04">
  ### HTTP Stream transport for MCP servers

  * [HTTP Stream](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http) is now the default transport for all MCP servers deployed on Blaxel, following Protocol Revision 2025-03-26.
</Update>

<Update label="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
</Update>

<Update label="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](https://blaxel.ai/pricing). To see your current usage and adjust if needed, you can check the Billing Explorer in the Blaxel Console at any time.
</Update>

<Update label="2025-10-13">
  ### Sandbox volume templates

  Sandbox volume templates are available in private preview. Pre-populate sandbox volumes with files for faster environment setup.
</Update>

<Update label="2025-10-07">
  ### Blaxel Blog

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/blaxel-blog.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=1bac437dd6532d0357220e78f233fa18" alt="Blaxel Blog" width="2588" height="1692" data-path="images/changelog/2025/blaxel-blog.webp" />
  </Frame>

  Rolled out new version of [Blaxel Blog](https://blaxel.ai/blog): a technical blog to share engineering deep-dives, Blaxel updates, and general guides on agentics.
</Update>

<Update label="2025-09-28">
  ### Sandbox network v2

  Released v2 of the sandbox networking layer, which decreases latency by up to 90%
</Update>

<Update label="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
</Update>

<Update label="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`
</Update>

<Update label="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
</Update>

<Update label="2025-09-10">
  ### Billing Explorer

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/billing-explorer-chart.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=e9cb437b31f6ab4611650ebc90e05fbe" alt="Billing Explorer chart" width="2786" height="1432" data-path="images/changelog/2025/billing-explorer-chart.webp" />
  </Frame>

  Added new Billing Explorer: monitor your consumption of Blaxel services in real-time.
</Update>

<Update label="2025-09-02">
  ### New MCP server: Linkup

  Added new MCP server: [Linkup](https://www.linkup.so/)
</Update>

<Update label="2025-08-21">
  ### Custom domains

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/custom-domains.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=423b64603e46d5b9db4deb870ae9695b" alt="Custom domains configuration" width="2470" height="1010" data-path="images/changelog/2025/custom-domains.webp" />
  </Frame>

  * Added possibility to register a custom domain in your workspace and verify it from Blaxel
  * Added support for custom domains for sandbox previews
</Update>

<Update label="2025-08-18">
  ### New MCP server: Nia

  Added new MCP server: [Nia](https://app.trynia.ai/sign-in?redirect_url=https://app.trynia.ai/)
</Update>

<Update label="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
</Update>

<Update label="2025-08-06">
  ### Improved sandbox creation time

  Optimized creation flow of new sandboxes to bring it down to 2-3 seconds (+ network latency).
</Update>

<Update label="2025-08-01">
  ### Usage-based pricing model

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/_erDiPTF2mQHY8-Q/images/changelog/2025/usage-based-pricing.webp?fit=max&auto=format&n=_erDiPTF2mQHY8-Q&q=85&s=b234e9d963f7056bef4236b955986e82" alt="Usage-based pricing model" width="914" height="946" data-path="images/changelog/2025/usage-based-pricing.webp" />
  </Frame>

  Launched our new [usage-based pricing model](https://blaxel.ai/pricing)
</Update>

<Update label="2025-07-15">
  ### New MCP servers: AgentMail, Context7

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/mcp-agentmail.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=02d70b2983d5b76ed41eb9d9c3dd1808" alt="AgentMail and Context7 MCP server integrations" width="2744" height="1240" data-path="images/changelog/2025/mcp-agentmail.webp" />
  </Frame>

  * Added new MCP server: AgentMail
  * Added new MCP server: Context7
  * Added new agent template: Email Support Agent - powered by AgentMail
</Update>

<Update label="2025-06-24">
  ### Cron jobs

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/cron.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=637147c09440d9633514e144b7521653" alt="Cron jobs scheduling interface" width="693" height="681" data-path="images/changelog/2025/cron.webp" />
  </Frame>

  Added support for cron-based triggers for Batch Jobs.
</Update>

<Update label="2025-06-06">
  ### Sandbox tools for codegen

  * Added fast apply of file edits powered by [MorphLLM](https://morphllm.com/) for efficient code changes (2000+ tokens/second)
  * Added multiple other codegen-optimized functions by making tool calls through the MCP server of a sandbox.
</Update>

<Update label="2025-06-01">
  ### Deploy from Dockerfile

  Added possibility to deploy agent, MCP server and job from a Dockerfile
</Update>

<Update label="2025-05-27">
  ### New MCP server: Airweave

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/airweave.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=0dab221907949d31996cd7e935fa9db8" alt="Airweave MCP server integration" width="498" height="135" data-path="images/changelog/2025/airweave.webp" />
  </Frame>

  Added new MCP server: Airweave
</Update>

<Update label="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
</Update>

<Update label="2025-05-23">
  ### New MCP server: Supabase

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/_erDiPTF2mQHY8-Q/images/changelog/2025/supabase.webp?fit=max&auto=format&n=_erDiPTF2mQHY8-Q&q=85&s=de1223c343de814735c76e37f39fcb0c" alt="Supabase MCP server integration" width="502" height="138" data-path="images/changelog/2025/supabase.webp" />
  </Frame>

  Added new MCP server: Supabase
</Update>

<Update label="2025-05-22">
  ### New Logs console

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/logs.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=e8e596a5439a29092dfab25f0fb547a7" alt="New Logs console interface" width="3370" height="1788" data-path="images/changelog/2025/logs.webp" />
  </Frame>

  * Reworked interface of Logs console
  * Added ability to filter log queries
</Update>

<Update label="2025-05-19">
  ### Sandboxes file system improvements

  * Added ability to [watch sub-directories](https://docs.blaxel.ai/Sandboxes/Filesystem#watch-sub-directories)
  * Added ability to [ignore](https://docs.blaxel.ai/Sandboxes/Filesystem#ignore-files-or-directories) some files/directories from watch
  * Added ability to [write multiple files](https://docs.blaxel.ai/Sandboxes/Filesystem#write-multiple-files) at once
  * Added ability to [write binary content](https://docs.blaxel.ai/Sandboxes/Filesystem#write-binary) in the fs
  * Added ability to get both stderr/stdout logs at once in batch mode
</Update>

<Update label="2025-05-15">
  ### OneGrep Integration

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/onegrep.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=f6fd3962c483e30a26ec51e3434f1a0b" alt="OneGrep integration" width="563" height="223" data-path="images/changelog/2025/onegrep.webp" />
  </Frame>

  Added an agent template that uses [OneGrep](https://www.onegrep.dev/) for semantic tool searching and selection
</Update>

<Update label="2025-05-14">
  ### Sessions for sandboxes

  Added ability to create sessions to operate sandboxes from a frontend client
</Update>

<Update label="2025-05-09">
  ### New MCP servers: HubSpot & Smartlead

  * Added new MCP server: HubSpot
  * Added new MCP server: Smartlead
</Update>

<Update label="2025-05-06">
  ### Preview URLs for sandboxes

  Added support for public preview URLs for sandboxes
</Update>

<Update label="2025-05-03">
  ### Async endpoint for agents

  Added endpoint to send asynchronous requests to an agent
</Update>

<Update label="2025-05-01">
  ### Sandboxes

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/sbx-cold-start.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=0476a765e836f3d0720b8b7a58a4e2dc" alt="Sandbox cold start performance improvements" width="2980" height="912" data-path="images/changelog/2025/sbx-cold-start.webp" />
  </Frame>

  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](Sandboxes/Overview) and MCP server

  Sandboxes and Mk 3 infrastructure are currently in private Alpha release. [Contact us](http://blaxel.ai/contact?purpose=sandbox) to get access.
</Update>

<Update label="2025-04-25">
  ### New MCP: Tavily

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/_erDiPTF2mQHY8-Q/images/changelog/2025/tavily.webp?fit=max&auto=format&n=_erDiPTF2mQHY8-Q&q=85&s=681c73aef63ef7596dd17b8ef764c498" alt="Tavily MCP server integration" width="969" height="812" data-path="images/changelog/2025/tavily.webp" />
  </Frame>

  Added new MCP server: Tavily. Enable your agents to search the web with Tavily’s API.
</Update>

<Update label="2025-04-17">
  ### New Blaxel Console

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/newui.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=fcbabef31547c1e5364a75c96c82f16f" alt="New Blaxel Console interface" width="2293" height="1147" data-path="images/changelog/2025/newui.webp" />
  </Frame>

  We reworked the UI of Blaxel Console! Now more geeky with loads of new metrics and visibility on your infrastructure — and an integrated changelog.
</Update>

<Update label="2025-04-12">
  ### New framework supported: Google ADK

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/adk.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=c34ce9b6463907d70879604e5919ff3b" alt="Google ADK framework support" width="3332" height="1852" data-path="images/changelog/2025/adk.webp" />
  </Frame>

  Added support for Google ADK (Agent Development Kit) framework
</Update>

<Update label="2025-04-07">
  ### New framework supported: PydanticAI

  Added support for PydanticAI framework
</Update>

<Update label="2025-04-02">
  ### SDK v0.1.0

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/sdk010.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=49be0fa732dda35620a1d9e2d1e98079" alt="SDK v0.1.0 release" width="912" height="336" data-path="images/changelog/2025/sdk010.webp" />
  </Frame>

  * Released a new [major version of our SDK](Agents/Develop-an-agent) 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
</Update>

<Update label="2025-03-20">
  ### Functions are now MCP servers

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/mcp-servers-functions.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=fd0611eb72cbf3c3e10a0a37dec559e0" alt="Functions migrated to MCP servers" width="2986" height="1738" data-path="images/changelog/2025/mcp-servers-functions.webp" />
  </Frame>

  * 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`
</Update>

<Update label="2025-03-06">
  ### Templates of agents

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/_erDiPTF2mQHY8-Q/images/changelog/2025/templates-ui.webp?fit=max&auto=format&n=_erDiPTF2mQHY8-Q&q=85&s=80e163321ed0f262b15c796072b9db50" alt="Agent templates interface" width="1494" height="1006" data-path="images/changelog/2025/templates-ui.webp" />
  </Frame>

  * 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 set up a live synchronization watching future updates
  * The entire template list is available on [our website](https://blaxel.ai/templates)
  * Added information in Blaxel Console that an agent is synchronized via GitHub
  * Updated the schema for functions to better match MCP standard
</Update>

<Update label="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.
</Update>

<Update label="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.
</Update>

<Update label="2025-02-18">
  ### Revisions & canary deployments

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/revisions.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=736712b737a7dfd6f3ec2afbc40898f3" alt="Revisions and canary deployments interface" width="2052" height="1074" data-path="images/changelog/2025/revisions.webp" />
  </Frame>

  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)
</Update>

<Update label="2025-02-17">
  ### Beamlit is now Blaxel!

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/blaxel.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=98a5f3819989829b12025f4935bce6a8" alt="Blaxel rebranding announcement" width="3163" height="909" data-path="images/changelog/2025/blaxel.webp" />
  </Frame>

  We're excited to announce our official name change from Beamlit to Blaxel!
</Update>

<Update label="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.
</Update>

<Update label="2025-02-12">
  ### New pricing plans

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/pricing.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=92302a3147a0bf9de7af8c04445d379a" alt="New pricing plans overview" width="1369" height="987" data-path="images/changelog/2025/pricing.webp" />
  </Frame>

  Beamlit officially launched new pricing plans. Learn more about the pricing plans on [our website](https://blaxel.ai/), or login to the [Beamlit console](https://app.blaxel.ai/main/global-agentic-network) to start your free tier or upgrade.
</Update>

<Update label="2025-02-07">
  ### DeepSeek integration

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/deepseek-integration.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=6ca954cd0d490acfaff73b6327f65889" alt="DeepSeek integration setup" width="1252" height="740" data-path="images/changelog/2025/deepseek-integration.webp" />
  </Frame>

  Connect to DeepSeek models from Beamlit
</Update>

<Update label="2025-02-04">
  ### HuggingFace integration

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/hf-integration.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=8845333750d8217db658b9a3dfc0da44" alt="HuggingFace integration setup" width="1104" height="1198" data-path="images/changelog/2025/hf-integration.webp" />
  </Frame>

  * Connect to public or private models from HuggingFace [Inference API (serverless)](https://huggingface.co/docs/api-inference/index) and [Inference Endpoints (dedicated)](https://huggingface.co/docs/inference-endpoints/index)
  * Deploy a model in HuggingFace [Inference Endpoints (dedicated)](https://huggingface.co/docs/inference-endpoints/index)
</Update>

<Update label="2025-01-31">
  ### Azure AI Foundry integration

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/azure-ai-foundry.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=1bfe3be91cfef51259bd558901f88383" alt="Azure AI Foundry integration setup" width="833" height="355" data-path="images/changelog/2025/azure-ai-foundry.webp" />
  </Frame>

  * New [integration](Integrations/Azure-AI-Foundry): **Azure AI Services** (for OpenAI models and others)
  * New [integration](Integrations/Azure-AI-Foundry): **Azure Marketplace** (for Llama models and others)
</Update>

<Update label="2025-01-30">
  ### 9 new pre-built toolkits

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/mcp-functions.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=13b3d10fabc5a0b0cc90201cc421a52c" alt="Pre-built MCP server toolkits" width="1393" height="1070" data-path="images/changelog/2025/mcp-functions.webp" />
  </Frame>

  Added 9 new prebuilt templates of [functions](Functions/Overview):

  * Brave Search
  * Google Maps
  * Slack
  * Linear
  * AWS SES
  * Cloudflare
  * PostgreSQL
  * AWS S3
  * Dall-E
</Update>

<Update label="2025-01-28">
  ### Policies on token usage for cost control

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/chart-token.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=cdf30863b43153ae3ab9459fcb2d83af" alt="Token usage cost control chart" width="1926" height="489" data-path="images/changelog/2025/chart-token.webp" />
  </Frame>

  New [policy](Model-Governance/Policies) type: maximum token usage
</Update>

<Update label="2025-01-26">
  ### 🚀 We launched Beamlit beta!

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/overview-with-map.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=134901bb1d9ffbb06cba79168f57985d" alt="Blaxel platform overview with global map" width="1434" height="1226" data-path="images/changelog/2025/overview-with-map.webp" />
  </Frame>

  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 AI agents
  * Many additional charts
</Update>

<Update label="2025-01-20">
  ### Agentic traces

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/_erDiPTF2mQHY8-Q/images/changelog/2025/trace-jan29.webp?fit=max&auto=format&n=_erDiPTF2mQHY8-Q&q=85&s=1843510bb55ce034abc277a3b19644ea" alt="Agentic trace visualization" width="1877" height="1389" data-path="images/changelog/2025/trace-jan29.webp" />
  </Frame>

  * 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](https://beamlit.com/beta-signup).
</Update>

<Update label="2025-01-12">
  ### Latency metric tracking

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/chart-latencies.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=e7f4bbda40e6d2cbcdbb98d9a4de2693" alt="Latency metrics chart" width="1376" height="492" data-path="images/changelog/2025/chart-latencies.webp" />
  </Frame>

  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](https://beamlit.com/beta-signup).
</Update>

<Update label="2025-01-07">
  ### Beamlit extension for VScode

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/_erDiPTF2mQHY8-Q/images/changelog/2025/vscodeextension.webp?fit=max&auto=format&n=_erDiPTF2mQHY8-Q&q=85&s=0de1a36af8e351913a8797c9833f11c6" alt="Blaxel VS Code extension" width="1898" height="1382" data-path="images/changelog/2025/vscodeextension.webp" />
  </Frame>

  [Click here to download](https://marketplace.visualstudio.com/items?itemName=Beamlit.vscode-beamlit-tools) the Beamlit extension for Visual Studio Code.

  View and retrieve your workspace’s resources directly from the VSCode IDE

  Beamlit is currently in private alpha. Join our [waitlist for access today](https://beamlit.com/beta-signup).
</Update>

<Update label="2025-01-03">
  ### New Beamlit console

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2025/newconsole.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=071b7f86405f7ca09fc8f3f1a5bc53f6" alt="New Blaxel console interface" width="2588" height="1406" data-path="images/changelog/2025/newconsole.webp" />
  </Frame>

  * 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](https://beamlit.com/beta-signup).
</Update>

<Update label="2024-12-20">
  ### Visual aspect of charts is improved

  <Frame>
    <img src="https://mintcdn.com/blaxel-feat-keep-alive-timeout-clarification/VexJ5irJa0gEVrgZ/images/changelog/2024/metric.webp?fit=max&auto=format&n=VexJ5irJa0gEVrgZ&q=85&s=c106f41288d4d8b9265454f43e561662" alt="Improved chart metrics visualization" width="2040" height="768" data-path="images/changelog/2024/metric.webp" />
  </Frame>

  * 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](https://beamlit.com/beta-signup).
</Update>

<Update label="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](https://beamlit.com/beta-signup).
</Update>

<Update label="2024-12-16" description="Total requests metric">
  Added new metric: total number of requests

  Beamlit is currently in private alpha. Join our [waitlist for access today](https://beamlit.com/beta-signup).
</Update>

<Update label="2024-12-11" description="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](https://beamlit.com/beta-signup).
</Update>

<Update label="2024-12-03" description="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](https://beamlit.com/beta-signup).
</Update>

<Update label="2024-12-02" description="GitHub Action for Beamlit">
  You can now use a **GitHub Action** to directly deploy Beamlit objects (agents, functions, models) from your GitHub Workflows.

  * [https://github.com/beamlit/bl-action](https://github.com/beamlit/bl-action)

  Beamlit is currently in private alpha. Join our [waitlist for access today](https://beamlit.com/beta-signup).
</Update>

<Update label="2024-11-28" description="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](https://beamlit.com/beta-signup).
</Update>

<Update label="2024-11-21" description="Beamlit’s private alpha launch">
  Experience Beamlit first-hand and discover what it can do for you. Join the [private alpha waitlist for Beamlit now](https://beamlit.com/beta-signup).

  ### 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](https://beamlit.com/beta-signup).
</Update>
