---
title: "Find apps, SaaS tools, services or APIs that match a query, using web search."
method: POST
path: "/agent/tools/search-apps"
tags: ["Tools"]
---

# Find apps, SaaS tools, services or APIs that match a query, using web search.

`POST /agent/tools/search-apps`

## Headers

- `x-membrane-session-id` string

## Request body

- WebSearchRequestDto
  - `query` string, required

## Response `200`

- SearchAppsResponseDto
  - `apps` object[], required
    - `name` string, required
    - `url` string, required

---

[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)
