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 Folder
pixelbin:create_folder
Create a new folder in PixelBin storage.
Write
Medium risk
Create Transformation Preset
pixelbin:create_transformation_preset
Create a new transformation preset for reusable image transformations.
Write
Medium risk
Delete Asset
pixelbin:delete_asset
Permanently delete an asset from PixelBin storage.
Write
High risk
Get Asset
pixelbin:get_asset
Fetch details of a single asset including metadata and transformation info.
Read
Low risk
Get Organization Usage
pixelbin:get_organization_usage
Get organization usage statistics including storage, bandwidth, and transformations.
Read
Low risk
Get Transformation Presets
pixelbin:get_transformation_presets
List available transformation presets for reusable image transformations.
Read
Low risk
List Assets
pixelbin:list_assets
List assets with optional filtering and pagination.
Read
Low risk
List Folders
pixelbin:list_folders
List folders and directory structure in PixelBin storage.
Read
Low risk
Transform Image
pixelbin:transform_image
Apply transformations to an image and get the transformed URL.
Write
Medium risk
Update Asset
pixelbin:update_asset
Update asset metadata like name, access level, or tags.
Write
Medium risk
Upload Asset
pixelbin:upload_asset
Upload a new asset to PixelBin storage.
Write
Medium risk