---
title: "Run a search query to search the internet for results. Use this to look up latest information or find documentation."
method: POST
path: "/agent/tools/websearch"
tags: ["Tools"]
---

# Run a search query to search the internet for results. Use this to look up latest information or find documentation.

`POST /agent/tools/websearch`

## Headers

- `x-membrane-session-id` string

## Request body

- WebSearchRequestDto
  - `query` string, required

## Response `200`

- string

---

[API](https://skmtc.net/integration/apis/membrane-api.md) · [All operations](https://skmtc.net/integration/apis/membrane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/integration/membrane-api/revisions/1db9c5a3d78c/schema)
