Learn how to leverage Blaxel with OpenAI Agents framework.
You can deploy your OpenAI Agents projects to Blaxel with minimal code editing (and zero configuration), enabling you to use Serverless Deployments, Agentic Observability, Policies, and more.
To get started with OpenAI Agents SDK on Blaxel:
Deploy it by running:
While building your agent with OpenAI Agents SDK, use Blaxel SDK to connect to resources already hosted on Blaxel:
Connect to MCP servers using the Blaxel SDK to access pre-built or custom tool servers hosted on Blaxel. This eliminates the need to manage server connections yourself, with credentials stored securely on the platform.
Run the following command to retrieve tools in OpenAI Agents format:
Connect to LLMs hosted on Blaxel using the SDK to avoid managing model API connections yourself. All credentials remain securely stored on the platform.
Connect to other agents hosted on Blaxel from your code by using the Blaxel SDK. This allows for multi-agent chaining without managing connections yourself. This command is independent of the framework used to build the agent.
You can deploy your agent on Blaxel, enabling you to use Serverless Deployments, Agentic Observability, Policies, and more. This command is independent of the framework used to build the agent.
Either run the following CLI command from the root of your agent repository.
Or connect a GitHub repository to Blaxel for automatic deployments every time you push on main.
Learn how to leverage Blaxel with OpenAI Agents framework.
You can deploy your OpenAI Agents projects to Blaxel with minimal code editing (and zero configuration), enabling you to use Serverless Deployments, Agentic Observability, Policies, and more.
To get started with OpenAI Agents SDK on Blaxel:
Deploy it by running:
While building your agent with OpenAI Agents SDK, use Blaxel SDK to connect to resources already hosted on Blaxel:
Connect to MCP servers using the Blaxel SDK to access pre-built or custom tool servers hosted on Blaxel. This eliminates the need to manage server connections yourself, with credentials stored securely on the platform.
Run the following command to retrieve tools in OpenAI Agents format:
Connect to LLMs hosted on Blaxel using the SDK to avoid managing model API connections yourself. All credentials remain securely stored on the platform.
Connect to other agents hosted on Blaxel from your code by using the Blaxel SDK. This allows for multi-agent chaining without managing connections yourself. This command is independent of the framework used to build the agent.
You can deploy your agent on Blaxel, enabling you to use Serverless Deployments, Agentic Observability, Policies, and more. This command is independent of the framework used to build the agent.
Either run the following CLI command from the root of your agent repository.
Or connect a GitHub repository to Blaxel for automatic deployments every time you push on main.