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 Collection
siteleaf:create_collection
Create a new collection in a site.
Write
Medium risk
Create Document
siteleaf:create_document
Create a new document in a collection.
Write
Medium risk
Create Site
siteleaf:create_site
Create a new Siteleaf site.
Write
Medium risk
Delete Document
siteleaf:delete_document
Delete a document permanently. This action cannot be undone.
Write
High risk
Delete Site
siteleaf:delete_site
Delete a Siteleaf site permanently. This action cannot be undone.
Write
High risk
Delete Upload
siteleaf:delete_upload
Delete an uploaded file permanently. This action cannot be undone.
Write
High risk
Get Collection
siteleaf:get_collection
Fetch a single collection by site ID and collection path.
Read
Low risk
Get Document
siteleaf:get_document
Fetch a single document by site ID, collection, and document slug.
Read
Low risk
Get Site
siteleaf:get_site
Fetch a single site by ID with configuration and metadata.
Read
Low risk
List Collections
siteleaf:list_collections
List all collections in a site.
Read
Low risk
List Documents
siteleaf:list_documents
List all documents in a collection with optional filtering.
Read
Low risk
List Sites
siteleaf:list_sites
List all sites accessible to the authenticated user.
Read
Low risk
List Uploads
siteleaf:list_uploads
List all uploaded files in a site.
Read
Low risk
Publish Site
siteleaf:publish_site
Trigger a site build and publish to make changes live.
Write
Medium risk
Update Document
siteleaf:update_document
Update an existing document in a collection.
Write
Medium risk
Update Site
siteleaf:update_site
Update an existing Siteleaf site.
Write
Medium risk