kb_add_urls
Add one or more URLs to a knowledge base, scraping and ingesting each page as an individual document. Returns a job ID to poll for per-document completion status.
Instructions
Add one or more webpage URLs to a KB — each is scraped + ingested as its own document. Returns a job id; poll kb_get_status for per-document completion. The same metadata hash is applied to every document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| config | No | ||
| metadata | No | ||
| project_id | Yes | ||
| collection_id | Yes |