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 Api Endpoint
peaka:create_api_endpoint
Create a new API endpoint that exposes a query as a REST API.
Write
Medium risk
Create Connection
peaka:create_connection
Create a new data connection with the specified configuration.
Write
Medium risk
Create Query
peaka:create_query
Create a new saved query with SQL and metadata.
Write
Medium risk
Delete Connection
peaka:delete_connection
Delete a data connection permanently. This cannot be undone.
Write
High risk
Execute Query
peaka:execute_query
Execute a saved query or raw SQL and return the results.
Write
Medium risk
Get Api Endpoint
peaka:get_api_endpoint
Fetch a single API endpoint by ID with configuration and usage stats.
Read
Low risk
Get Connection
peaka:get_connection
Fetch a single data connection by ID with configuration details.
Read
Low risk
Get Dataset
peaka:get_dataset
Fetch a single dataset by ID with schema and metadata.
Read
Low risk
Get Query
peaka:get_query
Fetch a single saved query by ID with its SQL and metadata.
Read
Low risk
List Api Endpoints
peaka:list_api_endpoints
List API endpoints with optional filtering and search.
Read
Low risk
List Connections
peaka:list_connections
List data connections with optional filtering by type and status.
Read
Low risk
List Datasets
peaka:list_datasets
List datasets with optional filtering by connection and status.
Read
Low risk
List Queries
peaka:list_queries
List saved queries with optional filtering and search.
Read
Low risk
Sync Dataset
peaka:sync_dataset
Trigger a data sync for a dataset to refresh it with latest data from source.
Write
Medium risk
Test Connection
peaka:test_connection
Test a data connection to verify it's working properly.
Write
Medium risk
Update Connection
peaka:update_connection
Update an existing data connection's configuration or settings.
Write
Medium risk