Use this file to discover all available pages before exploring further.
Whenever you deploy a workload on Blaxel, an inference endpoint is generated on Global Agentics Network, the infrastructure powerhouse that hosts it.The inference API URL depends on the type of workload (sandbox, agent, model API, MCP server) you are interacting with:
MCP servers (Model Context Protocol) provide a toolkit of multiple capabilities for agents. These servers can be interacted with using Blaxel’s streamable HTTP transport implementation on the server’s global endpoint.
Connect to an MCP server
Learn how to run tool calls through your MCP server.
To simulate multi-turn conversations, you can pass on request headers. You’ll need your client to generate this ID and pass it using any header which you can retrieve via the code (e.g. Thread-Id). Without a thread ID, the agent won’t maintain nor use any conversation memory when processing the request.This is only available for agent requests.