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.
Delete Connection
nango:delete_connection
Permanently delete a connection and all its associated data.
Write
High risk
Execute Action
nango:execute_action
Execute a custom action for a specific provider and connection.
Write
Medium risk
Get Connection
nango:get_connection
Fetch a single connection by ID with its current status and metadata.
Read
Low risk
Get Environment
nango:get_environment
Get current environment information and settings.
Read
Low risk
Get Integration
nango:get_integration
Get integration configuration and available syncs for a provider.
Read
Low risk
Get Records
nango:get_records
Retrieve synced records from Nango for a specific model and connection.
Read
Low risk
Get Sync
nango:get_sync
Get sync status and metadata for a specific sync configuration.
Read
Low risk
List Connections
nango:list_connections
List all connections with optional filtering by provider.
Read
Low risk
List Integrations
nango:list_integrations
List all configured integrations and their available syncs.
Read
Low risk
List Syncs
nango:list_syncs
List all syncs with optional filtering by provider or connection.
Read
Low risk
Pause Sync
nango:pause_sync
Pause a running sync to stop future automatic executions.
Write
Medium risk
Start Sync
nango:start_sync
Start or resume a paused sync to enable automatic executions.
Write
Medium risk
Trigger Sync
nango:trigger_sync
Manually trigger a sync for a specific connection and model.
Write
Medium risk