# Documentation > Blaxel documentation: cloud sandboxes, AI agent hosting, MCP servers, batch jobs, and model gateway for building and deploying AI-powered applications. ## Docs - [Agent Drive overview](https://blaxel-pm-2182-github-runner.mintlify.app/Agent-drive/Overview.md): Agent Drive is a distributed filesystem mountable to multiple sandboxes or agents simultaneously, with concurrent read-write access and built-in replication. - [Asynchronous triggers](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Asynchronous-triggers.md): Run Blaxel agent requests asynchronously with optional callbacks, allowing background tasks up to 15 minutes without keeping HTTP connections open. - [Deploy agents](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Deploy-an-agent.md): Host custom AI agents on Blaxel as serverless, autoscalable endpoints with the CLI, GitHub integration, or Dockerfile-based deployments. - [Deploy agents with a Dockerfile](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Deploy-dockerfile.md): Ship a custom AI agent on Blaxel using your own Dockerfile to control the runtime environment, system dependencies, and build process. - [Deploy multiple agents from a mono-repo](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Deploy-multiple.md): Deploy multiple Blaxel agents from a single mono-repo with shared configuration, dependencies, and context to streamline multi-agent workloads. - [Development guide](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Develop-an-agent.md): Develop custom AI agents in TypeScript or Python using any framework, connect to Blaxel resources via SDK, and deploy as serverless endpoints. - [Develop agents in Python](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Develop-an-agent-py.md): Build, test, and run a custom Python agent locally with the Blaxel SDK and CLI, with code examples for LangChain, CrewAI, and other frameworks. - [Develop agents in TypeScript](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Develop-an-agent-ts.md): Build, test, and run a custom TypeScript agent locally with the Blaxel SDK and CLI, including examples for Mastra, Vercel AI SDK, and LangChain. - [Deploy from GitHub](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Github-integration.md): Connect a GitHub repository to Blaxel to automatically deploy agents, MCP servers, or batch jobs on every push to a tracked branch. - [Integrate in your apps](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Integrate-in-apps.md): Embed Blaxel agents into your applications, websites, Slack workspaces, and other communication platforms using inference endpoints and SDKs. - [Agents Hosting](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Overview.md): Host custom AI agents built with any Python or TypeScript framework as serverless auto-scalable endpoints, with built-in observability. - [Query an agent](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Query-agents.md): Call deployed agents via synchronous or asynchronous inference endpoints on the Global Agentics Network, with streaming support and configurable timeouts. - [Quickstart: run an agent on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Quickstart-agent.md): Get started with Blaxel by deploying your existing Python or TypeScript agent code as a serverless, auto-scalable API in a few minutes. - [Variables and secrets for agents](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Variables-and-secrets.md): Configure environment variables and secrets for Blaxel agents to securely manage API keys, credentials, and runtime configuration values. - [Volumes for agents](https://blaxel-pm-2182-github-runner.mintlify.app/Agents/Volumes.md): Attach Blaxel Volumes to agents for persistent storage that survives redeployments, configured via blaxel.toml or the Blaxel console. - [All full repo examples](https://blaxel-pm-2182-github-runner.mintlify.app/Examples/Overview.md): Browse sample agents, MCP servers, and full-repo applications you can use as reference or deploy directly to Blaxel from GitHub templates. - [Quickstart: Adapt an existing MCP server for Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Functions/Adapt-Existing-MCP-server.md): Step-by-step guide to convert an existing stdio-based MCP server to streamable HTTP transport so you can deploy and host it on Blaxel. - [Code mode](https://blaxel-pm-2182-github-runner.mintlify.app/Functions/Code-mode.md): Turn any OpenAPI specification into a code mode MCP server on Blaxel, letting agents call tools by executing TypeScript code in a sandbox. - [Quickstart: Develop a custom MCP server](https://blaxel-pm-2182-github-runner.mintlify.app/Functions/Create-MCP-server.md): Develop custom MCP servers in TypeScript or Python using Blaxel SDK, with local testing via MCP Inspector and one-command deployment. - [Deploy custom MCP servers](https://blaxel-pm-2182-github-runner.mintlify.app/Functions/Deploy-a-function.md): Host custom MCP servers on Blaxel as serverless, autoscalable endpoints with the CLI, GitHub integration, or Dockerfile-based deployments. - [Query MCP servers](https://blaxel-pm-2182-github-runner.mintlify.app/Functions/Invoke-functions.md): Connect to MCP servers deployed on Blaxel via streamable HTTP endpoints. Covers authentication, public access, and integration with agents and apps. - [MCP servers](https://blaxel-pm-2182-github-runner.mintlify.app/Functions/Overview.md): Deploy MCP servers on Blaxel as serverless, autoscalable APIs to equip your AI agents with tools, integrations, and external system access. - [Variables and secrets for MCP servers](https://blaxel-pm-2182-github-runner.mintlify.app/Functions/Variables-and-secrets.md): Configure environment variables and secrets for Blaxel MCP servers to securely store API keys, credentials, and runtime configuration values. - [OAuth flow for integrations](https://blaxel-pm-2182-github-runner.mintlify.app/Functions/oauth-flow.md): Set up a user-facing OAuth flow so end-users can authorize integration connections to third-party services through your Blaxel application. - [Get started](https://blaxel-pm-2182-github-runner.mintlify.app/Get-started.md): Step-by-step quickstart guide to install the Blaxel CLI, create a cloud sandbox, run processes, manage files, and deploy your first AI agent. - [Custom domains](https://blaxel-pm-2182-github-runner.mintlify.app/Infrastructure/Custom-domains.md): Expose Blaxel agents, sandboxes, MCP servers, and other resources through your own custom domain names with managed TLS certificates. - [Dedicated egress gateways](https://blaxel-pm-2182-github-runner.mintlify.app/Infrastructure/Dedicated-egress-gateways.md): Attach dedicated egress IP addresses to Blaxel workloads so outbound traffic from sandboxes, agents, and jobs uses predictable, allowlistable IPs. - [Generations](https://blaxel-pm-2182-github-runner.mintlify.app/Infrastructure/Gens.md): Overview of Blaxel infrastructure generations from Mark 1 through Mark 3, including microVM-based architecture with near-instant cold starts. - [Regions](https://blaxel-pm-2182-github-runner.mintlify.app/Infrastructure/Regions.md): Available deployment regions for Blaxel infrastructure including Oregon, Virginia, London, and Frankfurt, with guidance on resource-specific region selection. - [Integrations](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations.md): Browse Blaxel integrations that connect your agents to LLM providers, SaaS apps, databases, and private APIs through pre-built MCP servers. - [AgentMail](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/AgentMail.md): Use AgentMail with Blaxel to build an intelligent assistant that autonomously answers technical questions over email through agentic inboxes. - [Anthropic integration](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/Anthropic.md): Set up the Anthropic integration on Blaxel to call Claude models through a unified endpoint with centralized access control and observability. - [Azure AI Foundry integration](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/Azure-AI-Foundry.md): Connect your Blaxel agents to LLMs deployed in Azure AI Inference, Azure OpenAI Service, and Azure AI Services through the Foundry integration. - [Cohere integration](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/Cohere.md): Set up the Cohere integration on Blaxel to call Cohere models through a unified endpoint with centralized access control and observability. - [DeepSeek integration](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/DeepSeek.md): Set up the DeepSeek integration on Blaxel to call DeepSeek models through a unified endpoint with centralized access control and observability. - [Gmail](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/Gmail.md): Connect Gmail to your Blaxel agents to give them email communication capabilities, including reading, drafting, and sending messages. - [Google Maps](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/Google-Maps.md): Connect the Google Maps API to your Blaxel agents to enable geocoding, directions, place search, and other location-based capabilities. - [HuggingFace integration](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/HuggingFace.md): Deploy public or private AI models from Hugging Face on Blaxel and serve them as auto-scalable inference endpoints for your agents. - [Mistral AI integration](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/MistralAI.md): Set up the Mistral AI integration on Blaxel to call Mistral models through a unified endpoint with centralized access control and observability. - [OpenAI integration](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/OpenAI.md): Set up the OpenAI integration on Blaxel to call OpenAI models through a unified endpoint with centralized access control and observability. - [Rippletide](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/Rippletide.md): Combine Rippletide guardrails with Blaxel sandboxes to enforce agent safety, prevent hallucinations, and run trusted agent code securely. - [xAI integration](https://blaxel-pm-2182-github-runner.mintlify.app/Integrations/xAI.md): Set up the xAI integration on Blaxel to call xAI models through a unified endpoint with centralized access control and observability. - [Deploy jobs](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Deploy-a-job.md): Deploy batch jobs on Blaxel as serverless, autoscalable workloads using the CLI, GitHub integration, or Dockerfile-based deployments. - [Deploy jobs with a Dockerfile](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Deploy-dockerfile-jobs.md): Ship a Blaxel batch job using your own custom Dockerfile to control the runtime environment, system dependencies, and the entire build process. - [Deploy multiple jobs from a mono-repo](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Deploy-multiple-jobs.md): Deploy multiple Blaxel batch jobs from a single mono-repo with shared configuration, dependencies, and context to streamline complex workflows. - [Deploy multiple jobs from a single image](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Deploy-shared-image.md): Build a Blaxel job image once and reuse it across multiple job definitions with different memory, disk, or region profiles, with no rebuilds. - [Develop a job](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Develop-a-job.md): Initialize, develop, and locally test batch processing jobs using the Blaxel CLI and SDK in TypeScript or Python before deploying them. - [Manage job execution in Python](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Manage-job-execution-py.md): Use the Blaxel Python SDK to start, monitor, retry, and cancel batch job executions, with examples for handling input data and execution state. - [Manage job execution in TypeScript](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Manage-job-execution-ts.md): Use the Blaxel TypeScript SDK to start, monitor, retry, and cancel batch job executions, with examples for input data and execution state. - [Jobs](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Overview.md): Run batch processing tasks for AI workflows on Blaxel as scheduled or on-demand jobs that scale automatically and run on serverless infrastructure. - [Variables and secrets for jobs](https://blaxel-pm-2182-github-runner.mintlify.app/Jobs/Variables-and-secrets-jobs.md): Configure environment variables and secrets for Blaxel batch jobs to securely manage API keys, credentials, and runtime configuration values. - [Policies](https://blaxel-pm-2182-github-runner.mintlify.app/Model-Governance/Policies.md): Define policies that control where workloads run on the Global Agentics Network, including location constraints, flavors, and token limits. - [External model APIs](https://blaxel-pm-2182-github-runner.mintlify.app/Models/External-model-apis.md): Control and secure agent access to AI models from OpenAI, Anthropic, Mistral, and other top providers behind the Blaxel Global Inference Network. - [Model APIs](https://blaxel-pm-2182-github-runner.mintlify.app/Models/Overview.md): Connect external model API providers or deploy custom models on Blaxel for unified gateway access with centralized credentials and observability. - [Query a model API](https://blaxel-pm-2182-github-runner.mintlify.app/Models/Query-a-model.md): Make inference requests to model APIs via their global endpoints on the Global Agentics Network, with ChatCompletions and custom sub-endpoint support. - [Logs & traces](https://blaxel-pm-2182-github-runner.mintlify.app/Observability/Overview.md): Get automatic logging, distributed tracing, and real-time metrics including latency, token usage, and request data for agents deployed on Blaxel. - [Blaxel platform overview: sandboxes, agents, MCP, and jobs](https://blaxel-pm-2182-github-runner.mintlify.app/Overview.md): Tour the Blaxel platform and its core products: perpetual sandboxes, hosted AI agents, MCP servers, batch jobs, model APIs, and CLI tooling. - [Code generation tools](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Codegen-tools.md): Use Blaxel sandbox tools and functions optimized for AI code generation, including file editing, formatting, search, and execution helpers. - [Expiration policies](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Expiration.md): Configure expiration policies to automatically delete Blaxel sandboxes after inactivity, a TTL, or other conditions to control snapshot storage costs. - [File system](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Filesystem.md): Read, write, list, and delete files inside a Blaxel sandbox using a simple file system interface from the SDK, MCP server, or REST API. - [Log streaming](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Log-streaming.md): Retrieve process output logs from sandboxes in batch or real-time streaming mode using the Blaxel SDK in TypeScript, Python, or Go. - [MCP server](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/MCP.md): Every Blaxel sandbox exposes a built-in MCP server so agents can operate the sandbox using tool calls for files, processes, ports, and previews. - [Sandboxes](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Overview.md): Run LLM-generated code in lightweight, sandboxed virtual machines with sub-25ms cold starts, file system, processes, and an MCP server for agents. - [Ports](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Ports.md): Expose specific TCP ports on a Blaxel sandbox so external clients can connect to web servers, dev servers, or other services running inside it. - [Real-time previews](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Preview-url.md): Render an application in real-time through a direct preview URL backed by a running Blaxel sandbox, with optional auth and custom domains. - [Process execution](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Processes.md): Execute shell commands, retrieve process information, stream output, and control process lifecycle in Blaxel sandboxes using the SDK. - [Proxy](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Proxy.md): Route outbound sandbox traffic through Blaxel's platform proxy with man-in-the-middle (MITM) header/body injection and secrets, and configure domain firewalls. - [Domain filtering](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Proxy-domains.md): Restrict which external domains a Blaxel sandbox can reach using allowlists and denylists to prevent data exfiltration and unwanted outbound traffic. - [Proxy routing with secrets injection](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Proxy-secrets-injection.md): Inject secrets, headers, and body fields into outbound sandbox requests through the Blaxel proxy so code never sees raw API keys or credentials. - [Client-side sessions](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Sessions.md): Operate Blaxel sandboxes directly from a frontend client using time-limited, scoped session tokens generated by your backend, with no proxy needed. - [Standby control](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Standby-control.md): Control when sandboxes remain active by managing WebSocket connections, tab visibility, auto-disconnect behavior, and activity-based timeouts. - [Images](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Templates.md): Create reusable sandbox images with pre-configured tools, languages, and frameworks using Dockerfiles. Deploy new sandboxes from images in seconds. - [Volumes for sandboxes](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/Volumes.md): Attach Blaxel Volumes to sandboxes for persistent storage that survives sandbox destruction and recreation, with mount path configuration. - [Best practices](https://blaxel-pm-2182-github-runner.mintlify.app/Sandboxes/best-practices.md): Recommended practices for sandbox lifecycle management, scale-to-zero behavior, persistent storage, agent architecture, and MCP server design. - [Access tokens](https://blaxel-pm-2182-github-runner.mintlify.app/Security/Access-tokens.md): Authenticate to Blaxel APIs and the CLI using personal access tokens, with guidance on creating, scoping, rotating, and revoking tokens securely. - [Billing Explorer API overview](https://blaxel-pm-2182-github-runner.mintlify.app/Security/Billing-Explorer-API.md): Programmatically retrieve cost and usage metrics for your Blaxel account through the Billing Explorer API, with auth and request examples. - [Data collection and privacy](https://blaxel-pm-2182-github-runner.mintlify.app/Security/Data-collection-and-privacy.md): Understand what usage and telemetry data the Blaxel CLI and SDKs collect, how it is used, and how to opt out for privacy-sensitive deployments. - [Domain Capture](https://blaxel-pm-2182-github-runner.mintlify.app/Security/Domain-capture.md): Verify your company's email domain on Blaxel to control which login methods your team can use and automatically onboard new users to workspaces. - [Usage and quotas](https://blaxel-pm-2182-github-runner.mintlify.app/Security/Quotas.md): Monitor account usage in the Blaxel Console, view current quotas for sandboxes, agents, jobs, and other resources, and request quota increases. - [SAML & Directory Sync](https://blaxel-pm-2182-github-runner.mintlify.app/Security/SSO-Directory-sync.md): Configure SAML single sign-on and automated user provisioning via Directory Sync (SCIM) to manage your organization's Blaxel access at scale. - [Service accounts](https://blaxel-pm-2182-github-runner.mintlify.app/Security/Service-accounts.md): Use Blaxel service accounts with non-user API credentials to automate the full life-cycle of resources in CI/CD pipelines and backend systems. - [Workspaces, users and roles](https://blaxel-pm-2182-github-runner.mintlify.app/Security/Workspace-access-control.md): Manage Blaxel workspaces, invite users, assign roles, and configure access control to share resources securely across your organization. - [Run Google ADK on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/ADK.md): Deploy Google Agent Development Kit (ADK) projects to Blaxel with minimal code changes to get serverless hosting, observability, and policies. - [Agent framework tutorials overview](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Agents-Overview.md): Browse framework-specific tutorials for shipping AI agents on Blaxel using LangChain, CrewAI, LlamaIndex, ADK, AI SDK, PydanticAI, and more. - [Run Astro in a sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Astro.md): Run an Astro application inside a Blaxel sandbox and expose it securely through preview URLs, with setup steps and end-to-end code examples. - [Deploy Claude Agent SDK agents on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Claude-Agent-SDK.md): Deploy a Claude Agent SDK agent to Blaxel Agents Hosting as a serverless auto-scalable API, and colocate it close to the sandboxes it works on. - [Use Claude Agent SDK with MCP Code Mode](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Claude-Agent-SDK-Code-Mode.md): Connect the Claude Agent SDK to a Blaxel MCP server running in code mode to call any OpenAPI-described API by executing TypeScript in a sandbox. - [Use Claude Agent SDK with Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Claude-Agent-SDK-Index.md): Deploy Claude Agent SDK agents on Blaxel with serverless hosting, colocated close to sandboxes for near-instant latency and full observability. - [Connect Claude Agent SDK to sandboxes](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Claude-Agent-SDK-MCP.md): Connect the Claude Agent SDK (formerly Claude Code SDK) to a Blaxel sandbox to operate processes, files, and code through its built-in MCP server. - [Run Claude Code in a sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Claude-Code.md): Run Claude Code inside a Blaxel sandbox to execute coding tasks on a hosted codebase, with persistent storage and secure network access. - [Run code-server in a sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Code-server.md): Run VS Code in the browser by deploying code-server inside a Blaxel sandbox, exposed securely through preview URLs for remote development. - [Run CrewAI on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/CrewAI.md): Deploy multi-agent CrewAI systems on Blaxel with serverless hosting, agentic observability, and connections to MCP servers and external LLM APIs. - [Run custom agents on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Custom-Agents.md): Build and deploy fully custom Python or TypeScript agents on Blaxel without using a specific framework, while keeping your code platform-agnostic. - [Run Docker in a sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Docker.md): Build, push, and run Docker images inside a Blaxel sandbox, and expose the running containers securely to the internet through preview URLs. - [Run Expo in a sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Expo.md): Run an Expo (React Native / Web) application inside a Blaxel sandbox and expose it securely through preview URLs with step-by-step setup. - [Run GitHub Actions on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/GitHub-actions-runner.md): Run GitHub Actions self-hosted runners on Blaxel ephemeral micro-VMs using the Blaxel GitHub App. - [Run LangChain on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/LangChain.md): Deploy LangChain and LangGraph projects to Blaxel with minimal code changes to get serverless hosting, agentic observability, and policies. - [Run LlamaIndex on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/LlamaIndex.md): Deploy LlamaIndex agent and RAG projects to Blaxel with minimal code changes to get serverless hosting, agentic observability, and governance. - [Use Mastra agents with Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Mastra.md): Build Mastra TypeScript agents with built-in support for Blaxel sandboxes, giving your agents secure remote execution environments in the cloud. - [Run Next.js in a sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Nextjs.md): Run a Next.js application inside a Blaxel sandbox and expose it securely through preview URLs, with setup steps and end-to-end code examples. - [Use OpenAI Agents SDK with sandboxes](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/OpenAI-Agents-SDK.md): Use the OpenAI Agents SDK to create compute-capable Codex agents backed by Blaxel sandboxes for running commands, editing files, and executing code. - [Deploy OpenAI Agents SDK on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/OpenAI-Agents-SDK-Deployment.md): Deploy an OpenAI Agents SDK agent to Blaxel Agents Hosting as a serverless auto-scalable API and colocate it close to the sandboxes it works on. - [Use OpenAI Agents SDK with Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/OpenAI-Agents-SDK-Index.md): Leverage Blaxel sandboxes with OpenAI Agents SDK, and run the agents colocated to sandboxes for near-instant latency and full observability. - [Run OpenClaw on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/OpenClaw.md): Deploy and run OpenClaw, an open-source coding agent harness, inside a Blaxel sandbox with persistent volume storage and live preview URLs. - [Run PydanticAI on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/PydanticAI.md): Deploy PydanticAI agent projects to Blaxel with minimal code changes to get serverless hosting, agentic observability, and governance policies. - [Sandbox application tutorials overview](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Sandboxes-Overview.md): Browse tutorials for running web applications like Astro, Next.js, Expo, code-server, Docker, and Tailscale inside Blaxel sandboxes. - [Run Tailscale in a sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Tailscale.md): Connect a Blaxel sandbox to your Tailscale tailnet so you can SSH into it from any authorized device, with step-by-step setup instructions. - [Run AI SDK on Blaxel](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/Vercel-AI.md): Deploy Vercel AI SDK agent projects to Blaxel with minimal code changes to get serverless hosting, agentic observability, and governance policies. - [Orchestrate Blaxel agents with n8n](https://blaxel-pm-2182-github-runner.mintlify.app/Tutorials/n8n.md): Build n8n workflows that forward chat messages to Blaxel-hosted AI agents via HTTP requests, with step-by-step setup and configuration. - [Volumes overview](https://blaxel-pm-2182-github-runner.mintlify.app/Volumes/Overview.md): Attach Blaxel volumes to sandboxes and other resources for persistent storage that survives recreation, enabling stateful environments. - [Volume templates](https://blaxel-pm-2182-github-runner.mintlify.app/Volumes/Volumes-templates.md): Create volume templates pre-populated with files, dependencies, or datasets so new Blaxel sandboxes and resources start with environments ready to use. - [Create agent](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/agents/create-agent.md): Creates a new AI agent deployment from your code. The agent will be built and deployed as a serverless auto-scaling endpoint. Use the Blaxel CLI 'bl deploy' for a simpler deployment experience. - [Delete agent](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/agents/delete-agent.md): Permanently deletes an agent and all its deployment history. The agent's inference endpoint will immediately stop responding. This action cannot be undone. - [Get agent](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/agents/get-agent.md): Returns detailed information about an agent including its current deployment status, configuration, events history, and inference endpoint URL. - [List all agent revisions](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/agents/list-all-agent-revisions.md) - [List all agents](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/agents/list-all-agents.md): Returns AI agents deployed in the workspace. Each agent includes its deployment status, runtime configuration, and global inference endpoint URL. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination via the `cursor` and `limit` query parameter… - [Update agent](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/agents/update-agent.md): Updates an agent's configuration and triggers a new deployment. Changes to runtime settings, environment variables, or scaling parameters will be applied on the next deployment. - [Billing API endpoint reference](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/billing.md): HTTP endpoint reference for the Blaxel Billing Explorer API to programmatically retrieve cost, usage, and consumption metrics for your account. - [Code reranking/semantic search](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/codegen/code-rerankingsemantic-search.md): Uses Relace's code reranking model to find the most relevant files for a given query. This is useful as a first pass in agentic exploration to narrow down the search space. - [Create sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/create-sandbox.md): Creates a new sandbox VM for secure AI code execution. Sandboxes automatically scale to zero when idle and resume instantly, preserving memory state including running processes and filesystem. - [Create Sandbox Preview](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/create-sandbox-preview.md): Create a preview - [Create token for Sandbox Preview](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/create-token-for-sandbox-preview.md): Creates a token for a Sandbox Preview. - [Delete sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/delete-sandbox.md): Permanently deletes a sandbox and all its data. If no volumes are attached, this guarantees zero data retention (ZDR). This action cannot be undone. - [Delete Sandbox Preview](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/delete-sandbox-preview.md): Deletes a Sandbox Preview by name. - [Delete token for Sandbox Preview](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/delete-token-for-sandbox-preview.md): Deletes a token for a Sandbox Preview by name. - [Get sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/get-sandbox.md): Returns detailed information about a sandbox including its configuration, attached volumes, lifecycle policies, and API endpoint URL. - [Get Sandbox Preview](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/get-sandbox-preview.md): Returns a Sandbox Preview by name. - [Get tokens for Sandbox Preview](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/get-tokens-for-sandbox-preview.md): Gets tokens for a Sandbox Preview. - [List sandboxes](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/list-sandboxes.md): Returns sandboxes in the workspace. Each sandbox includes its configuration, status, and endpoint URL. Terminated sandboxes are hidden by default; pass `showTerminated=true` to include them. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination… - [List Sandboxes](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/list-sandboxes-1.md): Returns a list of Sandbox Previews in the workspace. - [Update sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/update-sandbox.md): Updates a sandbox's configuration. Note that certain changes (like image or memory) may reset the sandbox state. Use lifecycle policies to control automatic cleanup. - [Update Sandbox Preview](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/compute/update-sandbox-preview.md): Updates a Sandbox Preview by name. - [Get platform configuration](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/configurations/get-platform-configuration.md): Returns global platform configuration including available regions, countries, continents, and private locations for deployment policies. - [Create custom domain](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/customdomains/create-custom-domain.md): Creates a new custom domain for preview deployments. After creation, you must configure DNS records and verify domain ownership before it becomes active. - [Delete custom domain](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/customdomains/delete-custom-domain.md) - [Get custom domain](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/customdomains/get-custom-domain.md) - [List custom domains](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/customdomains/list-custom-domains.md): Returns all custom domains configured in the workspace. Custom domains allow serving preview deployments under your own domain (e.g., preview.yourdomain.com). - [Update custom domain](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/customdomains/update-custom-domain.md) - [Verify custom domain](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/customdomains/verify-custom-domain.md) - [Attach a drive to a local path](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drive/attach-a-drive-to-a-local-path.md): Mounts an agent drive using the blfs binary to a local path, optionally mounting a subpath within the drive. Supports optional UID/GID mapping to remap file ownership between the local sandbox and the filer (always mapped to filer UID/GID 0). Mapping values can be set per-request via uidMap/gidMap f… - [Detach a drive from a local path](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drive/detach-a-drive-from-a-local-path.md): Unmounts a previously mounted drive from the specified local path - [List currently mounted drives](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drive/list-currently-mounted-drives.md): Returns a list of all currently mounted drives managed by blfs - [Create a drive](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drives/create-a-drive.md): Creates a new drive in the workspace. Drives can be buckets and can be mounted at runtime to sandboxes. - [Create drive access token](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drives/create-drive-access-token.md): Issues a short-lived JWT access token scoped to a specific drive. The token can be used as Bearer authentication for direct S3 operations against the drive's bucket. - [Delete a drive](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drives/delete-a-drive.md): Deletes a drive immediately. The drive record is removed from the database synchronously. - [Get a drive](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drives/get-a-drive.md): Retrieves details of a specific drive including its status and events. - [Get drive token JWKS](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drives/get-drive-token-jwks.md): Returns the JSON Web Key Set containing the Ed25519 public key used to verify drive access tokens. Other S3-compatible storage can use this endpoint to validate Bearer tokens. - [List drives](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drives/list-drives.md): Returns all drives in the workspace. Drives provide persistent storage that can be attached to agents, functions, and sandboxes. Starting with API version 2026-04-28, the response wraps items in `{data, meta}` and supports cursor pagination via the `cursor` and `limit` query parameters; older versio… - [Update a drive](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/drives/update-a-drive.md): Updates an existing drive. Metadata fields like displayName and labels can be changed. Size can be set if not already configured. - [Apply code edit](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/fastapply/apply-code-edit.md): Uses the configured LLM provider (Relace or Morph) to apply a code edit to the original content. - [Retrieve feature flag evaluation for workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/featureflags/retrieve-feature-flag-evaluation-for-workspace.md): Evaluates a specific feature flag for the workspace with full details including variant and payload. Useful for testing and debugging feature flag targeting. - [Abort multipart upload](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/abort-multipart-upload.md): Abort a multipart upload and clean up all parts - [Complete multipart upload](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/complete-multipart-upload.md): Complete a multipart upload by assembling all parts - [Create or update a file or directory](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/create-or-update-a-file-or-directory.md): Create or update a file or directory - [Create or update directory tree](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/create-or-update-directory-tree.md): Create or update multiple files within a directory tree structure - [Delete directory tree](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/delete-directory-tree.md): Delete a directory tree recursively - [Delete file or directory](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/delete-file-or-directory.md): Delete a file or directory - [Find files and directories](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/find-files-and-directories.md): Finds files and directories using the find command. - [Fuzzy search for files and directories](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/fuzzy-search-for-files-and-directories.md): Performs fuzzy search on filesystem paths using fuzzy matching algorithm. Optimized alternative to find and grep commands. - [Get directory tree](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/get-directory-tree.md): Get a recursive directory tree structure starting from the specified path - [Get file or directory information](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/get-file-or-directory-information.md): Get content of a file or listing of a directory. Use Accept header to control response format for files. - [Initiate multipart upload](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/initiate-multipart-upload.md): Initiate a multipart upload session for a file - [List multipart uploads](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/list-multipart-uploads.md): List all active multipart uploads - [List parts](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/list-parts.md): List all uploaded parts for a multipart upload - [Search for text content in files](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/search-for-text-content-in-files.md): Searches for text content inside files using ripgrep. Returns matching lines with context. - [Stream file modification events in a directory](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/stream-file-modification-events-in-a-directory.md): Streams the path of modified files (one per line) in the given directory. Closes when the client disconnects. - [Upload part](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/filesystem/upload-part.md): Upload a single part of a multipart upload - [Create MCP server](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/functions/create-mcp-server.md): Creates a new MCP server function deployment. The function will expose tools via the Model Context Protocol that can be used by AI agents. Supports streamable HTTP transport. - [Delete MCP server](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/functions/delete-mcp-server.md): Permanently deletes an MCP server function and all its deployment history. Any agents using this function's tools will no longer be able to invoke them. - [Get MCP server](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/functions/get-mcp-server.md): Returns detailed information about an MCP server function including its deployment status, available tools, transport configuration, and endpoint URL. - [List all MCP servers](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/functions/list-all-mcp-servers.md): Returns MCP server functions deployed in the workspace. Each function includes its deployment status, transport protocol (websocket or http-stream), and endpoint URL. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination via the `cursor` and `l… - [List function revisions](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/functions/list-function-revisions.md): Returns revisions for a function by name. - [Update MCP server](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/functions/update-mcp-server.md): Updates an MCP server function's configuration and triggers a new deployment. Changes to runtime settings, integrations, or transport protocol will be applied on the next deployment. - [Get template](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/get-template.md): Returns detailed information about a deployment template including its configuration, source code reference, and available parameters. - [Accept a pending image share](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/accept-a-pending-image-share.md): Accepts a pending cross-account image share and copies the image metadata to the target workspace. Caller must be an admin of the target workspace. - [Build a container image](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/build-a-container-image.md): Builds a container image without creating a deployment. Returns a presigned URL for uploading source code. After upload, the image will be built and stored in the registry, but no agent, function, sandbox, or job will be created or updated. - [Cleanup unused container images](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/cleanup-unused-container-images.md): Cleans up unused container images in the workspace registry. Only removes images that are not currently referenced by any active agent, function, sandbox, or job deployment. - [Decline a pending image share](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/decline-a-pending-image-share.md): Declines a pending cross-account image share. Caller must be an admin of the target workspace. - [Delete container image](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/delete-container-image.md): Deletes a container image and all its tags from the workspace registry. Will fail if the image is currently in use by an active deployment. - [Delete container image tag](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/delete-container-image-tag.md): Deletes a specific tag from a container image. The underlying image layers are kept if other tags reference them. Will fail if the tag is currently in use. - [Get container image](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/get-container-image.md): Returns detailed information about a container image including all available tags, creation dates, and size information. - [List container images](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/list-container-images.md): Returns all container images stored in the workspace registry, grouped by repository with their available tags. Images are created during deployments of agents, functions, sandboxes, and jobs. - [List image shares](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/list-image-shares.md): Returns the list of workspaces that a container image is currently shared with. - [List pending image shares](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/list-pending-image-shares.md): Lists pending cross-account image shares targeting the caller's workspace (incoming) or originating from it (outgoing). Expired shares are cleaned up opportunistically. - [Share a container image](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/share-a-container-image.md): Shares a container image with another workspace by copying the metadata record. The underlying storage (S3) data is not duplicated. For same-account targets the share is applied immediately. For cross-account targets, a pending image share is created and must be explicitly accepted by an admin of th… - [Unshare a container image](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/images/unshare-a-container-image.md): Revokes sharing of a container image with a target workspace. Removes the metadata copy from the target workspace. The source image is not affected. - [Inference API](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/inference.md): HTTP reference for the inference endpoints automatically generated when you deploy agents, model APIs, and MCP servers on the Global Agentics Network. - [Create integration connection](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/create-integration-connection.md): Creates a new integration connection with credentials for an external service. The connection can then be used by models, functions, and other resources to authenticate with the service. - [Delete integration connection](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/delete-integration-connection.md): Permanently deletes an integration connection. Any resources using this connection will lose access to the external service. - [Get integration connection](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/get-integration-connection.md): Returns detailed information about an integration connection including its provider type, configuration (secrets are masked), and usage status. - [Get integration connection model](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/get-integration-connection-model.md): Returns a model for an integration connection by ID. - [Get integration connection model endpoint configurations](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/get-integration-connection-model-endpoint-configurations.md): Returns a list of all endpoint configurations for a model. - [Get integration provider info](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/get-integration-provider-info.md): Returns metadata about an integration provider including available endpoints, authentication methods, and supported models or features. - [List integration connection models](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/list-integration-connection-models.md): Returns a list of all models for an integration connection. - [List integration connections](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/list-integration-connections.md): Returns all configured integration connections in the workspace. Each connection stores credentials and settings for an external service (LLM provider, API, database). - [Update integration connection](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/integrations/update-integration-connection.md): Updates an integration connection's configuration or credentials. Changes take effect immediately for all resources using this connection. - [REST API overview](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/introduction.md): Authenticate and interact with all Blaxel resources using REST APIs, with support for API key and OAuth 2.0 authentication methods. - [Cancel job execution](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/cancel-job-execution.md): Cancels a running job execution. Tasks already in progress will complete, but no new tasks will be started. The execution status changes to 'cancelling' then 'cancelled'. - [Create batch job](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/create-batch-job.md): Creates a new batch job definition for parallel AI task processing. Jobs can be triggered via API or scheduled, and support configurable parallelism, timeouts, and retry logic. - [Create job execution](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/create-job-execution.md): Triggers a new execution of the batch job. Each execution runs multiple tasks in parallel according to the job's configured concurrency. Tasks can be parameterized via the request body. - [Delete batch job](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/delete-batch-job.md): Permanently deletes a batch job definition and cancels any running executions. Historical execution data will be retained for a limited time. - [Get batch job](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/get-batch-job.md): Returns detailed information about a batch job including its runtime configuration, execution history, and deployment status. - [Get job execution](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/get-job-execution.md): Returns detailed information about a specific job execution including status, task statistics (success/failure/running counts), and timing information. - [List batch jobs](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/list-batch-jobs.md): Returns batch job definitions in the workspace. Each job can be triggered to run multiple parallel tasks with configurable concurrency and retry settings. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination via the `cursor` and `limit` query… - [List execution tasks](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/list-execution-tasks.md): Returns one cursor-paginated page of an execution's tasks. Tasks are derived from event history each request; only the in-memory slicing is paginated, the events scan still fetches the whole event log behind the scenes. Available starting with API version 2026-04-28. - [List job executions](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/list-job-executions.md): Returns executions for a batch job. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination via the `cursor` and `limit` query parameters; older versions keep the legacy offset/limit contract and return a bare array. - [List job revisions](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/list-job-revisions.md): Returns revisions for a job by name. - [Update batch job](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/jobs/update-batch-job.md): Updates a batch job's configuration. Changes affect new executions; running executions continue with their original configuration. - [List deployment regions](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/locations/list-deployment-regions.md): Returns all deployment regions with their current availability status and supported hardware flavors. Use this to discover where resources can be deployed. - [List MCP Hub servers](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/mcphub/list-mcp-hub-servers.md): Returns all pre-built MCP server definitions available in the Blaxel Hub. These can be deployed directly to your workspace with pre-configured tools and integrations. - [Create model endpoint](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/models/create-model-endpoint.md): Creates a new model gateway endpoint that proxies requests to an external LLM provider. Requires an integration connection with valid API credentials for the target provider. - [Delete model endpoint](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/models/delete-model-endpoint.md): Permanently deletes a model gateway endpoint. Any agents or applications using this endpoint will need to be updated to use a different model. - [Get model endpoint](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/models/get-model-endpoint.md): Returns detailed information about a model gateway endpoint including its provider configuration, integration connection, and usage status. - [List model endpoints](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/models/list-model-endpoints.md): Returns model gateway endpoints configured in the workspace. Each model represents a proxy to an external LLM provider (OpenAI, Anthropic, etc.) with unified access control. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination via the `cursor`… - [List model revisions](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/models/list-model-revisions.md): Returns revisions for a model by name. - [Update model endpoint](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/models/update-model-endpoint.md): Updates a model gateway endpoint's configuration. Changes to provider settings or integration connection take effect immediately. - [Disconnect tunnel](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/network/disconnect-tunnel.md): Stop the network tunnel and restore the original network configuration. WARNING: After disconnecting, the sandbox will lose all outbound internet connectivity (no egress). Inbound connections to the sandbox will still work. Use PUT /network/tunnel/config to re-establish the tunnel. - [Get open ports for a process](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/network/get-open-ports-for-a-process.md): Get a list of all open ports for a process - [Start monitoring ports for a process](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/network/start-monitoring-ports-for-a-process.md): Start monitoring for new ports opened by a process - [Stop monitoring ports for a process](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/network/stop-monitoring-ports-for-a-process.md): Stop monitoring for new ports opened by a process - [Update tunnel configuration](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/network/update-tunnel-configuration.md): Apply a new tunnel configuration on the fly. The existing tunnel is torn down and a new one is established. This endpoint is write-only; there is no corresponding GET to read the config back. - [Create governance policy](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/policies/create-governance-policy.md): Creates a new governance policy to control where and how resources are deployed. Policies can restrict deployment to specific regions, countries, or continents for compliance. - [Delete governance policy](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/policies/delete-governance-policy.md): Permanently deletes a governance policy. Resources using this policy will need to be updated to use a different policy. - [Get governance policy](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/policies/get-governance-policy.md): Returns detailed information about a governance policy including its type (location, flavor, or maxToken), restrictions, and which resource types it applies to. - [List governance policies](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/policies/list-governance-policies.md): Returns governance policies in the workspace. Policies control deployment locations, hardware flavors, and token limits for agents, functions, and models. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination via the `cursor` and `limit` query… - [List resources using a policy](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/policies/list-resources-using-a-policy.md): Returns the names of every resource (agent, function, model, sandbox, job) currently referencing the given policy. Replaces the client-side fan-out the policies UI used to do over the listings. - [Update governance policy](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/policies/update-governance-policy.md): Updates a governance policy's restrictions. Changes take effect on the next deployment of resources using this policy. - [Execute a command](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/process/execute-a-command.md): Execute a command and return process information. If Accept header is text/event-stream, streams logs in SSE format and returns the process response as a final event. - [Get process by identifier](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/process/get-process-by-identifier.md): Get information about a process by its PID or name - [Get process logs](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/process/get-process-logs.md): Get the stdout and stderr output of a process - [Kill a process](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/process/kill-a-process.md): Forcefully kill a running process - [List all processes](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/process/list-all-processes.md): Get a list of all running and completed processes - [Stop a process](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/process/stop-a-process.md): Gracefully stop a running process - [Stream process logs in real time](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/process/stream-process-logs-in-real-time.md): Streams the stdout and stderr output of a process in real time, one line per log, prefixed with 'stdout:' or 'stderr:'. Closes when the process exits or the client disconnects. - [List public ips](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/publicips:list/list-public-ips.md): Returns a list of all public ips used in Blaxel.. - [List Sandbox Hub templates](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/sandboxhub/list-sandbox-hub-templates.md): Returns all pre-built sandbox templates available in the Blaxel Hub. These include popular development environments with pre-installed tools and frameworks. - [Create service account](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/service_accounts/create-service-account.md): Creates a new service account for machine-to-machine authentication. Returns client ID and secret (secret is only shown once at creation). Use these credentials for OAuth client_credentials flow. - [Create service account API key](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/service_accounts/create-service-account-api-key.md): Creates a new long-lived API key for a service account. The full key value is only returned once at creation. API keys can have optional expiration dates. - [Delete service account](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/service_accounts/delete-service-account.md): Permanently deletes a service account and invalidates all its credentials. Any systems using this service account will lose access immediately. - [List service account API keys](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/service_accounts/list-service-account-api-keys.md): Returns all long-lived API keys created for a service account. API keys provide an alternative to OAuth for simpler authentication scenarios. - [List service accounts](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/service_accounts/list-service-accounts.md): Returns all service accounts in the workspace. Service accounts are machine identities for external systems to authenticate with Blaxel via OAuth or API keys. - [Revoke service account API key](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/service_accounts/revoke-service-account-api-key.md): Revokes an API key for a service account. The key becomes invalid immediately and any requests using it will fail authentication. - [Update service account](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/service_accounts/update-service-account.md): Updates a service account's name or description. Credentials (client ID/secret) cannot be changed. - [Health check](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/system/health-check.md): Returns health status and system information including upgrade count and binary details Also includes last upgrade attempt status with detailed error information if available - [Upgrade the sandbox-api](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/system/upgrade-the-sandbox-api.md): Triggers an upgrade of the sandbox-api process. Returns 200 immediately before upgrading. The upgrade will: download the specified binary from GitHub releases, validate it, and restart. All running processes will be preserved across the upgrade. Available versions: "develop" (default), "main", "late… - [List deployment templates](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/templates/list-deployment-templates.md): Returns all deployment templates available for creating agents, functions, and other resources with pre-configured settings and code. - [Create persistent volume](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumes/create-persistent-volume.md): Creates a new persistent storage volume that can be attached to sandboxes. Volumes must be created in a specific region and can only attach to sandboxes in the same region. - [Delete persistent volume](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumes/delete-persistent-volume.md): Permanently deletes a volume and all its data. The volume must not be attached to any sandbox. This action cannot be undone. - [Get persistent volume](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumes/get-persistent-volume.md): Returns detailed information about a volume including its size, region, attachment status, and any events history. - [List persistent volumes](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumes/list-persistent-volumes.md): Returns persistent storage volumes in the workspace. Volumes can be attached to sandboxes for durable file storage that persists across sessions and sandbox deletions. Starting with API version 2026-04-28 the response is wrapped in `{data, meta}` and supports cursor pagination via the `cursor` and `… - [Update volume](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumes/update-volume.md): Updates a volume. - [Create or update volume template](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumetemplates/create-or-update-volume-template.md): Creates or updates a volume template. - [Create volume template](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumetemplates/create-volume-template.md): Creates a new volume template for initializing volumes with pre-configured filesystem contents. Optionally returns a presigned URL for uploading the template archive. - [Delete volume template](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumetemplates/delete-volume-template.md): Deletes a volume template by name. - [Delete volume template version](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumetemplates/delete-volume-template-version.md): Deletes a specific version of a volume template. - [Get volume template](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumetemplates/get-volume-template.md): Returns a volume template by name. - [List volume templates](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/volumetemplates/list-volume-templates.md): Returns all volume templates in the workspace. Volume templates contain pre-configured filesystem snapshots that can be used to initialize new volumes. - [Allocate a new egress IP from the gateway](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/allocate-a-new-egress-ip-from-the-gateway.md) - [Create a VPC for the workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/create-a-vpc-for-the-workspace.md) - [Create an egress gateway in a VPC](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/create-an-egress-gateway-in-a-vpc.md) - [Delete a VPC](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/delete-a-vpc.md) - [Delete an egress gateway](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/delete-an-egress-gateway.md) - [Delete an egress IP](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/delete-an-egress-ip.md) - [Egress gateway sandbox attachments](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/egress-gateway-sandbox-attachments.md): Returns the inverse map (gateway → sandbox names) for the workspace. Used by the egress-IPs UI to render attachment counts without fetching the sandboxes listing full client-side. - [Get a VPC by name](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/get-a-vpc-by-name.md) - [Get an egress gateway by name](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/get-an-egress-gateway-by-name.md) - [Get an egress IP by name](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/get-an-egress-ip-by-name.md) - [List all egress gateways across all VPCs in the workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/list-all-egress-gateways-across-all-vpcs-in-the-workspace.md) - [List all egress IPs across all VPCs and gateways in the workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/list-all-egress-ips-across-all-vpcs-and-gateways-in-the-workspace.md) - [List all VPCs in the workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/list-all-vpcs-in-the-workspace.md) - [List egress gateways in a VPC](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/list-egress-gateways-in-a-vpc.md) - [List egress IPs in a gateway](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/vpcs/list-egress-ips-in-a-gateway.md) - [Accept invitation to workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/accept-invitation-to-workspace.md): Accepts an invitation to a workspace. - [Check workspace availability](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/check-workspace-availability.md): Check if a workspace is available. - [Create workspace tenant](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/create-workspace-tenant.md): Creates a new workspace tenant. The authenticated user becomes the workspace admin. Requires a linked billing account. - [Decline invitation to workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/decline-invitation-to-workspace.md): Declines an invitation to a workspace. - [Delete workspace tenant](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/delete-workspace-tenant.md): Permanently deletes a workspace and ALL its resources (agents, functions, sandboxes, volumes, etc.). This action cannot be undone. Only workspace admins can delete a workspace. - [Get enabled features for workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/get-enabled-features-for-workspace.md): Returns only the feature flags that are currently enabled for the specified workspace. Disabled features are not included to prevent information leakage. - [Get workspace details](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/get-workspace-details.md): Returns detailed information about a workspace including its display name, account ID, status, and runtime configuration. - [Invite user to workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/invite-user-to-workspace.md): Invites a new team member to the workspace by email. The invitee will receive an email to accept the invitation before gaining access to workspace resources. - [Leave workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/leave-workspace.md): Leaves a workspace. - [List accessible workspaces](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/list-accessible-workspaces.md): Returns all workspaces the authenticated user has access to. Each workspace is a separate tenant with its own resources, team members, and billing. - [List workspace team members](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/list-workspace-team-members.md): Returns all team members in the workspace including their roles (admin or member) and invitation status. - [Remove user from workspace or revoke invitation](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/remove-user-from-workspace-or-revoke-invitation.md): Removes a user from the workspace (or revokes an invitation if the user has not accepted the invitation yet). - [Update user role in workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/update-user-role-in-workspace.md): Updates the role of a user in the workspace. - [Update workspace](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/workspaces/update-workspace.md): Updates a workspace's settings such as display name and labels. The workspace name cannot be changed after creation. - [bl apply](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_apply.md) - [bl chat](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_chat.md) - [bl completion](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_completion.md) - [bl connect](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_connect.md) - [bl connect sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_connect_sandbox.md) - [bl delete](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete.md) - [bl delete agent](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_agent.md) - [bl delete drive](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_drive.md) - [bl delete function](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_function.md) - [bl delete image](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_image.md) - [bl delete integrationconnection](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_integrationconnection.md) - [bl delete job](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_job.md) - [bl delete model](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_model.md) - [bl delete policy](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_policy.md) - [bl delete preview](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_preview.md) - [bl delete previewtoken](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_previewtoken.md) - [bl delete sandbox](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_sandbox.md) - [bl delete volume](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_volume.md) - [bl delete volumetemplate](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_delete_volumetemplate.md) - [bl deploy](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_deploy.md) - [bl get](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get.md) - [bl get agents](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_agents.md) - [bl get drives](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_drives.md) - [bl get functions](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_functions.md) - [bl get image](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_image.md) - [bl get integrationconnections](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_integrationconnections.md) - [bl get jobs](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_jobs.md) - [bl get mcp-hub](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_mcp-hub.md) - [bl get models](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_models.md) - [bl get policies](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_policies.md) - [bl get previews](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_previews.md) - [bl get previewtokens](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_previewtokens.md) - [bl get sandbox-hub](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_sandbox-hub.md) - [bl get sandboxes](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_sandboxes.md) - [bl get templates](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_templates.md) - [bl get volumes](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_volumes.md) - [bl get volumetemplates](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_get_volumetemplates.md) - [bl login](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_login.md) - [bl logout](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_logout.md) - [bl logs](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_logs.md) - [bl new](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_new.md) - [bl push](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_push.md) - [bl run](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_run.md) - [bl serve](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_serve.md) - [bl share](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_share.md) - [bl share image](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_share_image.md) - [bl token](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_token.md) - [bl unshare](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_unshare.md) - [bl unshare image](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_unshare_image.md) - [bl upgrade](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_upgrade.md) - [bl version](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_version.md) - [bl workspaces](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/commands/bl_workspaces.md) - [Blaxel CLI overview](https://blaxel-pm-2182-github-runner.mintlify.app/cli-reference/introduction.md): Install the Blaxel CLI (bl) to manage sandboxes, agents, MCP servers, jobs, and other resources from your terminal, with auth and command reference. - [Deployment File Reference](https://blaxel-pm-2182-github-runner.mintlify.app/deployment-reference.md): Complete reference for the blaxel.toml configuration file, including resource types, build settings, runtime options, environment variables, and volumes. - [Blaxel SDKs overview](https://blaxel-pm-2182-github-runner.mintlify.app/sdk-reference/introduction.md): Use the Blaxel SDKs for TypeScript, Python, and Go to programmatically manage sandboxes, agents, MCP servers, jobs, and other resources. - [Go SDK](https://blaxel-pm-2182-github-runner.mintlify.app/sdk-reference/sdk-go.md): Install and use the Blaxel Go SDK to programmatically manage sandboxes, agents, MCP servers, jobs, and other workspace resources from Go. - [Python SDK](https://blaxel-pm-2182-github-runner.mintlify.app/sdk-reference/sdk-python.md): Install and use the Blaxel Python SDK to programmatically manage sandboxes, agents, MCP servers, jobs, and other workspace resources from Python. - [TypeScript SDK](https://blaxel-pm-2182-github-runner.mintlify.app/sdk-reference/sdk-ts.md): Install and use the Blaxel TypeScript SDK to programmatically manage sandboxes, agents, MCP servers, jobs, and other resources from Node.js. - [Blaxel Skills & MCP](https://blaxel-pm-2182-github-runner.mintlify.app/skills-mcp.md): Configure Cursor, Claude Code, Windsurf, or other AI coding assistants to manage your Blaxel resources and search the Blaxel docs via MCP. - [Troubleshooting](https://blaxel-pm-2182-github-runner.mintlify.app/troubleshooting.md): Resolve common issues with Blaxel deployments including build failures, runtime errors, connectivity problems, and CLI authentication. - [Error codes](https://blaxel-pm-2182-github-runner.mintlify.app/troubleshooting/error-codes.md): Reference for structured error codes returned by Blaxel API responses, including the JSON body format and headers designed for LLMs and coding agents. - [Help center](https://blaxel-pm-2182-github-runner.mintlify.app/troubleshooting/help-center.md): Open the Blaxel help center to browse support articles, contact the support team, and find answers to questions about the Blaxel platform. ## OpenAPI Specs - [openapi](https://raw.githubusercontent.com/blaxel-ai/sandbox/refs/heads/main/sandbox-api/docs/openapi.yml) - [controlplane](https://blaxel-pm-2182-github-runner.mintlify.app/api-reference/controlplane.yml)