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 Category
dynamic_content_snippet:create_category
Create a new category for organizing content snippets.
Write
Medium risk
Create Snippet
dynamic_content_snippet:create_snippet
Create a new content snippet with the specified properties.
Write
Medium risk
Delete Category
dynamic_content_snippet:delete_category
Permanently delete a category. Snippets can be moved to uncategorized or deleted.
Write
High risk
Delete Snippet
dynamic_content_snippet:delete_snippet
Permanently delete a content snippet. This action cannot be undone.
Write
High risk
Duplicate Snippet
dynamic_content_snippet:duplicate_snippet
Create a duplicate copy of an existing content snippet with optional modifications.
Write
Medium risk
Get Category
dynamic_content_snippet:get_category
Fetch a single category by ID with its properties and snippet count.
Read
Low risk
Get Snippet
dynamic_content_snippet:get_snippet
Fetch a single content snippet by ID with all its properties and content.
Read
Low risk
List Categories
dynamic_content_snippet:list_categories
List and search categories with filtering options.
Read
Low risk
List Snippets
dynamic_content_snippet:list_snippets
List and search content snippets with filtering options.
Read
Low risk
Render Snippet
dynamic_content_snippet:render_snippet
Render a content snippet with variable substitution and return the final content.
Write
Medium risk
Update Category
dynamic_content_snippet:update_category
Update an existing category with new properties.
Write
Medium risk
Update Snippet
dynamic_content_snippet:update_snippet
Update an existing content snippet with new properties.
Write
Medium risk