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 Item
dropmark:copy_item
Copy an item from one collection to another.
Write
Medium risk
Create Collection
dropmark:create_collection
Create a new collection with the specified settings.
Write
Medium risk
Create Item
dropmark:create_item
Create a new item in a collection.
Write
Medium risk
Delete Collection
dropmark:delete_collection
Permanently delete a collection and all its items.
Write
High risk
Delete Item
dropmark:delete_item
Permanently delete an item from its collection.
Write
High risk
Get Collection
dropmark:get_collection
Fetch a single collection by ID with its metadata and settings.
Read
Low risk
Get Item
dropmark:get_item
Fetch a single item by ID with its metadata and content.
Read
Low risk
List Collections
dropmark:list_collections
List collections with optional filtering and pagination.
Read
Low risk
List Items
dropmark:list_items
List items in a collection with optional filtering and pagination.
Read
Low risk
Move Item
dropmark:move_item
Move an item from its current collection to another collection.
Write
Medium risk
Search Items
dropmark:search_items
Search for items across collections using text query.
Read
Low risk
Update Collection
dropmark:update_collection
Update an existing collection's settings and metadata.
Write
Medium risk
Update Item
dropmark:update_item
Update an existing item's metadata and content.
Write
Medium risk