> ## 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 OpenAI Agents SDK with Blaxel

> Leverage Blaxel sandboxes with OpenAI Agents SDK, and run the agents colocated to sandboxes for near-instant latency and full observability.

The [OpenAI Agents SDK](https://developers.openai.com/api/docs/guides/agents-sdk) is an open source, production-grade library for building agentic applications leveraging the Codex harness.

One of the most interesting features of this SDK is the ability to create agents that are backed by remote execution environments (sandboxes) in the cloud. This ability allows the harness to get access to its own computer to execute commands, work with files and directories, write code, and perform computations.

These tutorials explore how you can use the OpenAI Agents SDK with Blaxel to create powerful sandbox-backed agents.

<CardGroup cols={2}>
  <Card title="Use with Blaxel sandboxes" icon="thumbs-up" href="/Tutorials/OpenAI-Agents-SDK">
    Build compute-capable agents backed by Blaxel sandboxes using OpenAI Agents SDK.
  </Card>

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