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.
Cancel Run
dbt:cancel_run
Cancel a running or queued dbt Cloud job run.
Write
High risk
Create Project
dbt:create_project
Create a new dbt Cloud project.
Write
Medium risk
Delete Project
dbt:delete_project
Delete a dbt Cloud project permanently. This action cannot be undone.
Write
High risk
Get Account
dbt:get_account
Fetch details for a specific dbt Cloud account.
Read
Low risk
Get Connection
dbt:get_connection
Fetch details for a specific dbt Cloud connection.
Read
Low risk
Get Environment
dbt:get_environment
Fetch details for a specific dbt Cloud environment.
Read
Low risk
Get Job
dbt:get_job
Fetch details for a specific dbt Cloud job.
Read
Low risk
Get Project
dbt:get_project
Fetch details for a specific dbt Cloud project.
Read
Low risk
Get Run
dbt:get_run
Fetch details for a specific dbt Cloud run.
Read
Low risk
Get Run Artifact
dbt:get_run_artifact
Fetch a specific artifact from a dbt Cloud run.
Read
Low risk
List Connections
dbt:list_connections
List all connections in the dbt Cloud account with optional project filtering.
Read
Low risk
List Environments
dbt:list_environments
List all environments in the dbt Cloud account with optional project filtering.
Read
Low risk
List Jobs
dbt:list_jobs
List all jobs in the dbt Cloud account with optional project filtering.
Read
Low risk
List Projects
dbt:list_projects
List all projects in the dbt Cloud account with pagination support.
Read
Low risk
List Runs
dbt:list_runs
List job runs in the dbt Cloud account with optional job filtering.
Read
Low risk
Test Connection
dbt:test_connection
Test a dbt Cloud connection to verify it can connect to the data warehouse.
Write
Medium risk
Trigger Job
dbt:trigger_job
Trigger a dbt Cloud job to run immediately.
Write
Medium risk
Update Project
dbt:update_project
Update an existing dbt Cloud project.
Write
Medium risk