doc_create
Create documents in Pickaxe knowledge bases by adding raw text content or scraping website URLs to build AI agent resources.
Instructions
Create a new document in Pickaxe knowledge base. Can create from raw content or scrape a website URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| studio | No | Studio name to use. Available: STAGING, MAIN, DEV, PRODUCTION. Default: PRODUCTION | |
| name | Yes | Name/title of the document | |
| rawContent | No | Raw text content for the document. Use this OR website, not both. | |
| website | No | URL to scrape as document content. Use this OR rawContent, not both. |