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.
Airbyte Cancel Job
https_airbyte_com:airbyte_cancel_job
Cancel a running or pending job. Cannot cancel completed jobs.
Write
High risk
Airbyte Create Connection
https_airbyte_com:airbyte_create_connection
Create a new connection between a source and destination.
Write
Medium risk
Airbyte Delete Connection
https_airbyte_com:airbyte_delete_connection
Delete a connection permanently. This cannot be undone.
Write
High risk
Airbyte Get Connection
https_airbyte_com:airbyte_get_connection
Fetch a single connection by ID with source, destination, and sync configuration.
Write
Low risk
Airbyte Get Destination
https_airbyte_com:airbyte_get_destination
Fetch a single destination by ID with configuration and connection details.
Write
Low risk
Airbyte Get Job
https_airbyte_com:airbyte_get_job
Fetch a single job by ID with status, logs, and execution details.
Write
Low risk
Airbyte Get Source
https_airbyte_com:airbyte_get_source
Fetch a single source by ID with configuration and connection details.
Write
Low risk
Airbyte Get Workspace
https_airbyte_com:airbyte_get_workspace
Fetch a single workspace by ID with configuration details.
Write
Low risk
Airbyte List Connections
https_airbyte_com:airbyte_list_connections
List all connections in a workspace with their sync status and configuration.
Write
Low risk
Airbyte List Destinations
https_airbyte_com:airbyte_list_destinations
List all destinations in a workspace with their configuration and status.
Write
Low risk
Airbyte List Jobs
https_airbyte_com:airbyte_list_jobs
List jobs with filtering by connection, workspace, status, or type.
Write
Low risk
Airbyte List Sources
https_airbyte_com:airbyte_list_sources
List all sources in a workspace with their configuration and status.
Write
Low risk
Airbyte List Workspaces
https_airbyte_com:airbyte_list_workspaces
List all workspaces accessible to the authenticated user.
Write
Low risk
Airbyte Trigger Sync
https_airbyte_com:airbyte_trigger_sync
Trigger a manual sync for a connection. Returns the job ID to track progress.
Write
Medium risk
Airbyte Update Connection
https_airbyte_com:airbyte_update_connection
Update an existing connection's configuration, schedule, or settings.
Write
Low risk