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
airweave:create_connection
Create a new data connection with the specified configuration.
Write
Medium risk
Create Workflow
airweave:create_workflow
Create a new data workflow with specified steps and optional scheduling.
Write
Medium risk
Delete Connection
airweave:delete_connection
Permanently delete a connection. This action cannot be undone.
Write
High risk
Get Connection
airweave:get_connection
Fetch a single connection by ID with configuration and status details.
Read
Low risk
Get Data Source
airweave:get_data_source
Fetch details about a specific data source including schema and statistics.
Read
Low risk
Get Execution
airweave:get_execution
Get details about a specific workflow execution including status and results.
Read
Low risk
Get Workflow
airweave:get_workflow
Fetch a single workflow by ID with steps and execution status.
Read
Low risk
List Connections
airweave:list_connections
List connections with optional filtering by type, status, or provider.
Read
Low risk
List Data Sources
airweave:list_data_sources
List available data sources with optional filtering.
Read
Low risk
List Executions
airweave:list_executions
List workflow executions with optional filtering by status and date range.
Read
Low risk
List Workflows
airweave:list_workflows
List workflows with optional filtering by status, name, or active state.
Read
Low risk
Run Workflow
airweave:run_workflow
Trigger a workflow execution with optional parameters.
Write
Medium risk
Test Connection
airweave:test_connection
Test a connection to verify it can successfully connect to the data source.
Write
Medium risk
Update Connection
airweave:update_connection
Update an existing connection's configuration or settings.
Write
Medium risk