> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Ship agents in any framework on Blaxel Agents Hosting.

Blaxel is a fully framework-agnostic infrastructure platform that helps you build and host your agents. It supports a **range of the most popular AI agent frameworks and harnesses**, optimizing how your agent builds and runs no matter how you coded it.

Blaxel's platform-agnostic design lets you deploy your code either on Blaxel or through traditional methods like Docker containers. When deploying on Blaxel, your agent goes through a specialized build process that gives it access to Blaxel features through SDK commands in its code. This low-level SDK connects you to [MCP servers](../Functions/Overview), [LLM APIs](../Models/Overview) and [other agents](../Agents/Overview) that are hosted on Blaxel.

As such, you can build your agentic applications with anything from [LangChain](/Tutorials/LangChain) or [AI SDK](/Tutorials/Vercel-AI) to pure TypeScript or Python, or starting from a popular harness like [Claude](/Tutorials/Claude-Agent-SDK-Index) or [OpenClaw](/Tutorials/OpenClaw) -- and deploy them with minimal upfront setup.

<CardGroup cols={2}>
  <Card title="OpenClaw" href="/Tutorials/OpenClaw">
    Run OpenClaw in a Blaxel sandbox.
  </Card>

  <Card title="Anthropic Claude Agent SDK" href="/Tutorials/Claude-Agent-SDK-Index">
    Build and deploy Claude Agent SDK agents on Blaxel.
  </Card>

  <Card title="CrewAI" href="/Tutorials/CrewAI">
    Run multi-agent systems built with CrewAI on Blaxel.
  </Card>

  <Card title="Google ADK" href="/Tutorials/ADK">
    Run LLM agents or workflows of agents on Blaxel using Google’s Agent Development Kit (ADK).
  </Card>

  <Card title="LangChain" href="/Tutorials/LangChain">
    Build and deploy LangChain agents on Blaxel.
  </Card>

  <Card title="LlamaIndex" href="/Tutorials/LlamaIndex">
    Deploy LlamaIndex agentic systems on Blaxel.
  </Card>

  <Card title="Mastra" href="/Tutorials/Mastra">
    Use Mastra framework to develop agentic AI on Blaxel.
  </Card>

  <Card title="n8n" href="/Tutorials/n8n">
    Orchestrate Blaxel agents using n8n workflows.
  </Card>

  <Card title="OpenAI Agents SDK" href="/Tutorials/OpenAI-Agents-SDK-Index">
    Leverage OpenAI Agents SDK to create Blaxel agents.
  </Card>

  <Card title="PydanticAI" href="/Tutorials/PydanticAI">
    Create and deploy PydanticAI agents on Blaxel.
  </Card>

  <Card title="AI SDK" href="/Tutorials/Vercel-AI">
    Host agents built with  AI SDK on Blaxel.
  </Card>

  <Card title="Custom agents" href="/Tutorials/Custom-Agents">
    Create and deploy custom agents in Python or TypeScript.
  </Card>
</CardGroup>

Learn how to [get started with Blaxel](../Get-started).
