What It Does
When enabled, the agent can:- Pull a specific page from an allowlisted host by URL
- Read product documentation, vendor KBs, and configuration guides
- Pair with Web Search — search to find the URL, then fetch to read it
Allowlist
For safety, only a curated set of public documentation hosts is reachable:- Neo:
docs.neoagent.io - Microsoft:
learn.microsoft.com,docs.microsoft.com,developer.microsoft.com,support.microsoft.com - PSA vendors:
developer.connectwise.com,halopsa.com,webservices.autotask.net,developer.servicenow.com - RMM and doc vendors:
docs.ninjaone.com,rmm.datto.com,support.huduapi.com,kb.itglue.com
How to Use
- Enable the Web Fetch tool on the agent.
- (Optional) Add additional hosts under the tool settings for this agent.
- The agent uses Web Fetch when it needs the full content of a specific page — typically after a Web Search returns a relevant URL.
Large Pages
A fetch returns the whole page in a single call. When a page is too large to fit in the agent’s working context, Neo saves it to a file in the agent’s sandbox and gives the agent a preview plus the file path; the agent then processes it there — parsing the JSON, filtering rows, extracting the part it needs. Nothing is silently dropped, and a large page costs one fetch rather than one per chunk.Limits
- HTTPS only.
- Pages up to 5 MB. Beyond that the response is truncated, and the agent is told so.
- 10-second total timeout.
