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
dromo:create_import
Create a new data import from a file URL or base64 content.
Write
Medium risk
Create Template
dromo:create_template
Create a new data import template with field definitions and validation rules.
Write
Medium risk
Delete Import
dromo:delete_import
Permanently delete an import and all its associated data.
Write
High risk
Delete Template
dromo:delete_template
Permanently delete a template.
Write
High risk
Export Import Results
dromo:export_import_results
Generate a download URL for exporting import results in various formats.
Write
Medium risk
Get Import
dromo:get_import
Fetch a single import by ID with status, validation results, and metadata.
Read
Low risk
Get Import Results
dromo:get_import_results
Get the processed results from a completed import, including valid and invalid rows.
Read
Low risk
Get Template
dromo:get_template
Fetch a single template by ID with field mappings and validation rules.
Read
Low risk
List Imports
dromo:list_imports
List imports with optional filtering by status, template, and pagination.
Read
Low risk
List Templates
dromo:list_templates
List templates with optional filtering by status, name search, and pagination.
Read
Low risk
Process Import
dromo:process_import
Start processing an uploaded import to validate and transform the data.
Write
Medium risk
Update Template
dromo:update_template
Update an existing template's name, description, fields, or status.
Write
Medium risk