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 Document
sanity:create_document
Create a new document in the Sanity dataset.
Write
Medium risk
Delete Asset
sanity:delete_asset
Permanently delete an asset from the Sanity dataset.
Write
High risk
Delete Document
sanity:delete_document
Permanently delete a document from the Sanity dataset.
Write
High risk
Execute Groq
sanity:execute_groq
Execute a custom GROQ query against the Sanity dataset.
Write
Low risk
Get Asset
sanity:get_asset
Fetch asset metadata and URL by asset ID.
Read
Low risk
Get Document
sanity:get_document
Fetch a single document by ID from the Sanity dataset.
Read
Low risk
List Assets
sanity:list_assets
List assets (images and files) from the Sanity dataset.
Read
Low risk
List Documents
sanity:list_documents
List documents from the Sanity dataset using GROQ queries.
Read
Low risk
Publish Document
sanity:publish_document
Publish a draft document by copying it to the published version.
Write
Medium risk
Unpublish Document
sanity:unpublish_document
Unpublish a document by converting it to a draft and removing the published version.
Write
Medium risk
Update Document
sanity:update_document
Update an existing document in the Sanity dataset using patch operations.
Write
Medium risk
Upload Asset
sanity:upload_asset
Upload a file or image asset to Sanity.
Write
Medium risk