The Web Fetch tool lets Neo Agent retrieve the content of a specific public web page — Neo’s own docs, Microsoft Learn, or vendor knowledge bases — and read it inline as part of resolving a ticket or answering a question.Documentation Index
Fetch the complete documentation index at: https://docs.neoagent.io/llms.txt
Use this file to discover all available pages before exploring further.
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.
Limits
- HTTPS only.
- Responses are capped at 32 KB; the agent can request later chunks with a
start_offsetparameter if needed. - 10-second total timeout.
