crawl_site
Start a background crawl for a configured documentation site by site key. Returns a job ID immediately, so agents can proceed while content refreshes for offline reads.
Instructions
Start a background crawl for a configured site. Returns immediately with a job ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_key | Yes | Site key from config file (e.g., 'langchain_py', 'rust_docs') | |
| incremental | No | Enable incremental mode (skip unchanged pages) |