Skip to main content

Request

Same body as POST /run.

Response

{
  "text": "Here's what I found about AI efficiency...",
  "steps": [
    {
      "text": "...",
      "toolCalls": [{"toolName": "webSearch", "args": {"query": "AI efficiency 2026"}}],
      "toolResults": [{"results": [...]}]
    }
  ],
  "metadata": {
    "model": "anthropic/claude-4-sonnet-20250514"
  }
}