Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Template
automatic_data_extraction:create_template
Create a reusable extraction template for consistent data extraction.
Write
Medium risk
Delete Template
automatic_data_extraction:delete_template
Permanently delete an extraction template. This action cannot be undone.
Write
High risk
Extract Document
automatic_data_extraction:extract_document
Extract structured data from a document using AI-powered extraction.
Write
Medium risk
Extract With Template
automatic_data_extraction:extract_with_template
Extract data from a document using a predefined template for consistent results.
Write
Medium risk
Get Account Usage
automatic_data_extraction:get_account_usage
Get account usage statistics and billing information.
Read
Low risk
Get Extraction
automatic_data_extraction:get_extraction
Get the results of a specific extraction job by ID.
Read
Low risk
Get Template
automatic_data_extraction:get_template
Get details of a specific extraction template by ID.
Read
Low risk
List Extractions
automatic_data_extraction:list_extractions
List extraction jobs with optional filtering and pagination.
Read
Low risk
List Templates
automatic_data_extraction:list_templates
List extraction templates with optional filtering and search.
Read
Low risk
Update Template
automatic_data_extraction:update_template
Update an existing extraction template's configuration.
Write
Medium risk