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

# Web

> Search the public web and fetch URL content

Toolkit slug: **`flowra_web`**.

| Slug                | Name       | What it does                                                                 |
| ------------------- | ---------- | ---------------------------------------------------------------------------- |
| `FLOWRA_WEB_SEARCH` | Web search | Search the public web via Tavily. Requires server `TAVILY_API_KEY`.          |
| `FLOWRA_WEB_FETCH`  | Web fetch  | HTTP GET a public URL and return text body. Private/local hosts are blocked. |

<Note>
  Web search may consume execution credits (see tool metadata in the [Tools API](/guides/tools)).
</Note>

## Related

* [Native tools overview](/guides/native-tools)
