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

# Agent run

> Stream MCP agent run events through MESH.

`POST /v1/agent/run`

The agent endpoint streams MCP event traces as SSE and JSONL-compatible events.

```json theme={null}
{
  "tool": "search",
  "input": {
    "query": "latest provider health"
  }
}
```
