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 Authorization
influxdb_cloud:create_authorization
Create a new API token with specific permissions.
Write
Medium risk
Create Bucket
influxdb_cloud:create_bucket
Create a new bucket in the specified organization.
Write
Medium risk
Create Task
influxdb_cloud:create_task
Create a new scheduled task with Flux script.
Write
Medium risk
Delete Authorization
influxdb_cloud:delete_authorization
Delete an API token/authorization permanently. This will immediately revoke access.
Write
High risk
Delete Bucket
influxdb_cloud:delete_bucket
Delete a bucket and all its data permanently. This action cannot be undone.
Write
High risk
Delete Task
influxdb_cloud:delete_task
Delete a task permanently. This action cannot be undone.
Write
High risk
Get Bucket
influxdb_cloud:get_bucket
Fetch a single bucket by ID with retention policy and schema details.
Read
Low risk
Get Organization
influxdb_cloud:get_organization
Fetch a single organization by ID with details and limits.
Read
Low risk
Get Task
influxdb_cloud:get_task
Fetch a single task by ID with full details including Flux script.
Read
Low risk
List Authorizations
influxdb_cloud:list_authorizations
List all API tokens/authorizations with their permissions and status.
Read
Low risk
List Buckets
influxdb_cloud:list_buckets
List all buckets in an organization with filtering options.
Read
Low risk
List Organizations
influxdb_cloud:list_organizations
List all organizations accessible to the authenticated user.
Read
Low risk
List Tasks
influxdb_cloud:list_tasks
List all tasks in an organization with filtering options.
Read
Low risk
Query Data
influxdb_cloud:query_data
Execute a Flux query to retrieve time series data from InfluxDB.
Write
Medium risk
Run Task
influxdb_cloud:run_task
Manually trigger a task run outside of its normal schedule.
Write
Medium risk
Update Bucket
influxdb_cloud:update_bucket
Update an existing bucket's properties.
Write
Medium risk
Update Task
influxdb_cloud:update_task
Update an existing task's properties and Flux script.
Write
Medium risk
Write Data
influxdb_cloud:write_data
Write time series data to InfluxDB using line protocol format.
Write
Medium risk