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 Bucket
keboola:create_bucket
Create a new storage bucket in the specified stage.
Write
Medium risk
Create Table
keboola:create_table
Create a new table in a storage bucket, optionally with initial data.
Write
Medium risk
Delete Bucket
keboola:delete_bucket
Delete a storage bucket. WARNING: This permanently removes the bucket and all its data.
Write
High risk
Delete Table
keboola:delete_table
Delete a table. WARNING: This permanently removes the table and all its data.
Write
High risk
Get Bucket
keboola:get_bucket
Fetch a single storage bucket with its configuration and metadata.
Read
Low risk
Get Configuration
keboola:get_configuration
Fetch a single component configuration with its settings and parameters.
Read
Low risk
Get Job
keboola:get_job
Fetch a single job with its status, results, and execution details.
Read
Low risk
Get Orchestration
keboola:get_orchestration
Fetch a single orchestration with its configuration and task details.
Read
Low risk
Get Table
keboola:get_table
Fetch a single table with its metadata, columns, and configuration.
Read
Low risk
List Buckets
keboola:list_buckets
List all storage buckets with optional filtering by stage.
Read
Low risk
List Configurations
keboola:list_configurations
List all configurations for a specific component.
Read
Low risk
List Jobs
keboola:list_jobs
List jobs with optional filtering by status, component, and pagination.
Read
Low risk
List Orchestrations
keboola:list_orchestrations
List all orchestrations in the project.
Read
Low risk
List Tables
keboola:list_tables
List all tables with optional filtering by bucket.
Read
Low risk
Run Component
keboola:run_component
Execute a component with specified configuration. Returns job details for tracking.
Write
Medium risk
Run Orchestration
keboola:run_orchestration
Execute an orchestration. Returns job details for tracking the orchestration run.
Write
Medium risk