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 Connection
syncmate_by_assitro:create_connection
Create a new data connection between two systems.
Write
Medium risk
Create Mapping
syncmate_by_assitro:create_mapping
Create a new field mapping for a connection.
Write
Medium risk
Delete Connection
syncmate_by_assitro:delete_connection
Permanently delete a connection and all its sync history.
Write
High risk
Get Connection
syncmate_by_assitro:get_connection
Fetch a single connection by ID with configuration and status details.
Read
Low risk
Get Sync Status
syncmate_by_assitro:get_sync_status
Get the current status and progress of a sync operation.
Read
Low risk
List Connections
syncmate_by_assitro:list_connections
List all connections with optional filtering and pagination.
Read
Low risk
List Mappings
syncmate_by_assitro:list_mappings
List field mappings with optional filtering.
Read
Low risk
List Sync Logs
syncmate_by_assitro:list_sync_logs
List sync logs with filtering and pagination.
Read
Low risk
Start Sync
syncmate_by_assitro:start_sync
Start a manual sync for a connection.
Write
Medium risk
Test Connection
syncmate_by_assitro:test_connection
Test a connection to verify it can connect to source and/or destination systems.
Write
Medium risk
Update Connection
syncmate_by_assitro:update_connection
Update an existing connection's configuration or settings.
Write
Medium risk