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.
Change Workflow Step
kontent_ai:change_workflow_step
Move a content variant to a different workflow step (draft, review, published, etc.).
Write
Medium risk
Create Content Item
kontent_ai:create_content_item
Create a new content item with specified type and collection.
Write
Medium risk
Delete Asset
kontent_ai:delete_asset
Permanently delete an asset file.
Write
High risk
Delete Content Item
kontent_ai:delete_content_item
Permanently delete a content item and all its language variants.
Write
High risk
Get Asset
kontent_ai:get_asset
Fetch a single asset with all metadata and file information.
Read
Low risk
Get Content Item
kontent_ai:get_content_item
Fetch a single content item by ID or codename with all elements and metadata.
Read
Low risk
Get Content Type
kontent_ai:get_content_type
Fetch a single content type with all its elements and configuration.
Read
Low risk
Get Content Variant
kontent_ai:get_content_variant
Fetch a content variant (item in specific language) with all element values.
Read
Low risk
Get Taxonomy
kontent_ai:get_taxonomy
Fetch a single taxonomy group with all its terms and hierarchy.
Read
Low risk
List Assets
kontent_ai:list_assets
List assets in the project with metadata and file information.
Read
Low risk
List Collections
kontent_ai:list_collections
List all collections in the project for organizing content.
Read
Low risk
List Content Items
kontent_ai:list_content_items
List content items with optional filtering by type and collection.
Read
Low risk
List Content Types
kontent_ai:list_content_types
List all content types in the project with their elements.
Read
Low risk
List Languages
kontent_ai:list_languages
List all languages configured in the project.
Read
Low risk
List Taxonomies
kontent_ai:list_taxonomies
List all taxonomy groups in the project for content categorization.
Read
Low risk
Publish Content Variant
kontent_ai:publish_content_variant
Publish a content variant to make it available via Delivery API.
Write
Medium risk
Unpublish Content Variant
kontent_ai:unpublish_content_variant
Unpublish a content variant to remove it from Delivery API.
Write
Medium risk
Update Asset
kontent_ai:update_asset
Update asset metadata (title, descriptions, collection).
Write
Medium risk
Update Content Item
kontent_ai:update_content_item
Update an existing content item's metadata (name, codename, collection, sitemap).
Write
Medium risk
Update Content Variant
kontent_ai:update_content_variant
Update content variant element values for a specific language.
Write
Medium risk