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 Page
page_x:create_page
Create a new page with content and metadata.
Write
Medium risk
Delete Page
page_x:delete_page
Delete a page permanently. This action cannot be undone.
Write
High risk
Duplicate Page
page_x:duplicate_page
Create a duplicate copy of an existing page with new title and slug.
Write
Medium risk
Get Page
page_x:get_page
Fetch a single page by ID with content and metadata.
Read
Low risk
Get Site
page_x:get_site
Get site information including settings and configuration.
Read
Low risk
List Pages
page_x:list_pages
List pages with optional filtering and pagination.
Read
Low risk
Publish Page
page_x:publish_page
Publish a page, making it live and accessible to visitors.
Write
Medium risk
Unpublish Page
page_x:unpublish_page
Unpublish a page, making it a draft and removing it from public access.
Write
Medium risk
Update Page
page_x:update_page
Update an existing page with new content and metadata.
Write
Medium risk
Update Site
page_x:update_site
Update site information and settings.
Write
Medium risk