lithtrix_browse
Fetch public web pages with server-side browsing for AI agents. Supports static and dynamic modes while enforcing robots.txt and returning text extracts.
Instructions
Pay to be fully autonomous: server-side public web access for agents. POST /v1/browse with url and optional mode (static | dynamic). Robots.txt is enforced. Returns browse_id, final_url, text extract, and _lithtrix (browse_url, usage on free tier). Requires LITHTRIX_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL to fetch | |
| mode | No | Fetch mode: "static" (HTTP GET) or "dynamic" (rendered HTML) | static |