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 Content Item
agility_cms:create_content_item
Create a new content item in the specified content definition.
Write
Medium risk
Create Page
agility_cms:create_page
Create a new page with the specified template and settings.
Write
Medium risk
Delete Content Item
agility_cms:delete_content_item
Delete a content item permanently. This action cannot be undone.
Write
High risk
Delete Page
agility_cms:delete_page
Delete a page permanently. This action cannot be undone.
Write
High risk
Get Content Item
agility_cms:get_content_item
Fetch a single content item by ID with all field values.
Read
Low risk
Get Page
agility_cms:get_page
Fetch a single page by ID with all content zones and modules.
Read
Low risk
Get Sitemap
agility_cms:get_sitemap
Get the sitemap structure showing all published pages and their hierarchy.
Read
Low risk
List Content Items
agility_cms:list_content_items
List content items from a specific content definition with filtering and pagination.
Read
Low risk
List Pages
agility_cms:list_pages
List all pages in the site with basic information.
Read
Low risk
Publish Content Item
agility_cms:publish_content_item
Publish a staged content item to make it live on the website.
Write
Medium risk
Publish Page
agility_cms:publish_page
Publish a staged page to make it live on the website.
Write
Medium risk
Update Content Item
agility_cms:update_content_item
Update an existing content item with new field values.
Write
Medium risk
Update Page
agility_cms:update_page
Update an existing page's properties and settings.
Write
Medium risk