Tool to create a new CustomGPT agent from a sitemap URL or file upload. The agent immediately begins processing the content to build its knowledge base. Use when you need to create a new AI agent with custom knowledge from web content or documents. Either sitemap_path or file mu…
fileobjectFile to upload for the agent's knowledge base. Either file or sitemap_path must be provided, not both.
project_nameRequiredstringName for the new agent. This will be the display name of the agent.
sitemap_pathstringURL of sitemap to import content from. The agent will crawl and index content from this sitemap. Either sitemap_path or file must be provided, not both.
is_anonymizedbooleanWhether to anonymize data in the agent's knowledge base. Use this to protect sensitive information.
is_ocr_enabledbooleanWhether to enable OCR (Optical Character Recognition) for extracting text from images and scanned documents.
is_vision_enabledbooleanWhether to enable vision processing for images in the file source. Allows the agent to process and understand images.
file_data_retensionbooleanWhether to retain file data after processing. If false, only extracted text is kept.
is_vision_compress_imagebooleanWhether to compress images for vision processing. Reduces storage and processing costs for image-heavy content.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.