Use Web Fetch when you need the assistant to retrieve content from a URL.Documentation Index
Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An API token. See Backoffice Developer Console.
Requirements
- Tool spec:
{ "name": "web_extract", "type": "web_extract_v1" } - No
tool_contextrequired
Basic request and response
This example validates a request that enables the web fetch tool:POST /messages.
Tips
- The URL must appear in the user message.
- Keep the prompt concise to reduce extraction time.
Next steps
- Learn how messages return tool blocks: Messages