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.
Add Layer
pikaso:add_layer
Add a new layer to an existing project.
Write
Medium risk
Create Project
pikaso:create_project
Create a new image editing project with specified dimensions.
Write
Medium risk
Delete Layer
pikaso:delete_layer
Permanently delete a layer from a project. This action cannot be undone.
Write
High risk
Delete Project
pikaso:delete_project
Permanently delete a project and all its layers. This action cannot be undone.
Write
High risk
Duplicate Project
pikaso:duplicate_project
Create a copy of an existing project with all its layers and settings.
Write
Medium risk
Export Project
pikaso:export_project
Export a project as an image or document file.
Write
Medium risk
Get Export Status
pikaso:get_export_status
Check the status of a project export and get download URL when ready.
Read
Low risk
Get Project
pikaso:get_project
Fetch a single project by ID with all layers and settings.
Read
Low risk
List Layers
pikaso:list_layers
List all layers in a project with optional filtering.
Read
Low risk
List Projects
pikaso:list_projects
List projects with optional filtering and pagination.
Read
Low risk
Update Layer
pikaso:update_layer
Update an existing layer's position, size, and properties.
Write
Medium risk
Update Project
pikaso:update_project
Update an existing project's metadata and settings.
Write
Medium risk