Add a page to the knowledge base
add_knowledge_urlFetch a single web page and store its text in the knowledge base for AI access. Use for one page; use start_crawl for entire sites.
Instructions
Fetch one web page and add its text to the knowledge base. Use this for a single page. To take in a whole site, use start_crawl instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full address of the page, including https://. | |
| website_id | No | Numeric id of the website, from list_websites. Omit to use the account's primary website. |