> ## 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.

# Use Claude Agent SDK with Blaxel

> Deploy Claude Agent SDK agents on Blaxel with serverless hosting, colocated close to sandboxes for near-instant latency and full observability.

Anthropic's [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview) is a library for building autonomous AI agents using Claude Code. You can deploy your Claude Agent SDK projects to Blaxel with minimal code editing (and zero configuration), enabling you to colocate them close to the [sandboxes](/Sandboxes/Overview) the agents work on.

<CardGroup cols={2}>
  <Card title="Use with Blaxel sandboxes" icon="thumbs-up" href="/Tutorials/Claude-Agent-SDK-MCP">
    Build an agent that operates a sandbox using the sandbox's MCP server and Claude Agent SDK.
  </Card>

  <Card title="Use with MCP Code Mode on Blaxel" icon="thumbs-up" href="/Tutorials/Claude-Agent-SDK-Code-Mode">
    Build an agent that connects to a Blaxel MCP server running in code mode using Claude Agent SDK.
  </Card>

  <Card title="Deploy on Blaxel" icon="star-christmas" href="/Tutorials/Claude-Agent-SDK">
    Build and deploy Claude Agent SDK agents to Blaxel.
  </Card>
</CardGroup>
