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
sitecreator_io:create_page
Create a new page in a site with optional template and SEO settings.
Write
Medium risk
Create Site
sitecreator_io:create_site
Create a new site with optional template and subdomain.
Write
Medium risk
Delete Page
sitecreator_io:delete_page
Permanently delete a page and all its content.
Write
High risk
Delete Site
sitecreator_io:delete_site
Permanently delete a site and all its content.
Write
High risk
Duplicate Page
sitecreator_io:duplicate_page
Create a duplicate of an existing page with all its content and settings.
Write
Medium risk
Get Page
sitecreator_io:get_page
Fetch a single page by ID with content and metadata.
Read
Low risk
Get Site
sitecreator_io:get_site
Fetch a single site by ID with configuration and status details.
Read
Low risk
Get Template
sitecreator_io:get_template
Fetch a single template by ID with detailed information.
Read
Low risk
List Pages
sitecreator_io:list_pages
List all pages in a site with optional filtering and pagination.
Read
Low risk
List Sites
sitecreator_io:list_sites
List all sites with optional filtering and pagination.
Read
Low risk
List Templates
sitecreator_io:list_templates
List available templates for sites and pages.
Read
Low risk
Publish Site
sitecreator_io:publish_site
Publish a site to make it live and accessible to visitors.
Write
Medium risk
Update Page
sitecreator_io:update_page
Update an existing page's properties and metadata.
Write
Medium risk
Update Page Content
sitecreator_io:update_page_content
Update the content blocks of a page.
Write
Medium risk
Update Site
sitecreator_io:update_site
Update an existing site's properties.
Write
Medium risk