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
uploadcare:copy_file
Copy a file within the same project or to another project.
Write
Medium risk
Create Group
uploadcare:create_group
Create a group of files that can be processed together.
Write
Medium risk
Delete File
uploadcare:delete_file
Permanently delete a file from Uploadcare. This action cannot be undone.
Write
High risk
Get File
uploadcare:get_file
Fetch detailed information about a single file by UUID.
Read
Low risk
Get File Info
uploadcare:get_file_info
Get comprehensive file information including metadata and processing status.
Read
Low risk
Get Group
uploadcare:get_group
Fetch information about a file group by ID.
Read
Low risk
Get Project Info
uploadcare:get_project_info
Get information about your current Uploadcare project including usage stats.
Read
Low risk
List Files
uploadcare:list_files
List files in your Uploadcare project with filtering and pagination.
Read
Low risk
List Groups
uploadcare:list_groups
List file groups in your Uploadcare project with pagination.
Read
Low risk
Store File
uploadcare:store_file
Store a file permanently to prevent automatic removal after 24 hours.
Write
Medium risk
Store Group
uploadcare:store_group
Store a file group permanently to prevent automatic removal after 24 hours.
Write
Medium risk