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.
Copy File
imagekit_io:copy_file
Copy a file from one location to another within your ImageKit media library.
Write
Medium risk
Create Folder
imagekit_io:create_folder
Create a new folder in your ImageKit media library.
Write
Medium risk
Delete File
imagekit_io:delete_file
Permanently delete a file from ImageKit. This action cannot be undone.
Write
High risk
Delete Folder
imagekit_io:delete_folder
Permanently delete a folder and all its contents. This action cannot be undone.
Write
High risk
Get File
imagekit_io:get_file
Fetch a single file by ID with metadata and transformation details.
Read
Low risk
Get Folder
imagekit_io:get_folder
Fetch folder details by ID including path and metadata.
Read
Low risk
Get Metadata
imagekit_io:get_metadata
Get detailed metadata for a file including EXIF data, color profile, and technical details.
Read
Low risk
Get Purge Status
imagekit_io:get_purge_status
Check the status of a cache purge request.
Read
Low risk
List Files
imagekit_io:list_files
List and search files in your ImageKit media library with filtering options.
Read
Low risk
Move File
imagekit_io:move_file
Move a file from one location to another within your ImageKit media library.
Write
Medium risk
Purge Cache
imagekit_io:purge_cache
Purge cached version of an image from ImageKit CDN to force fresh delivery.
Write
Medium risk
Update File
imagekit_io:update_file
Update file metadata including tags, custom coordinates, and custom metadata.
Write
Medium risk