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 Import
csvbox:create_import
Create a new CSV import job using a template and CSV file URL.
Write
Medium risk
Create Template
csvbox:create_template
Create a new CSV import template with column definitions and validation rules.
Write
Medium risk
Delete Import
csvbox:delete_import
Delete an import and all its associated data. This action cannot be undone.
Write
High risk
Delete Template
csvbox:delete_template
Delete a template. This action cannot be undone and may affect existing imports.
Write
High risk
Get Import
csvbox:get_import
Fetch a single import by ID with status, validation results, and data summary.
Read
Low risk
Get Import Data
csvbox:get_import_data
Fetch the actual CSV data from a completed import with optional filtering.
Read
Low risk
Get Import Errors
csvbox:get_import_errors
Fetch validation errors from an import to understand what data failed validation.
Read
Low risk
Get Template
csvbox:get_template
Fetch a single template by ID with column definitions and validation rules.
Read
Low risk
List Imports
csvbox:list_imports
List imports with optional filtering by status and template.
Read
Low risk
List Templates
csvbox:list_templates
List all templates with optional search filtering.
Read
Low risk
Update Template
csvbox:update_template
Update an existing template's properties, columns, or settings.
Write
Medium risk