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 Entry
contentstack:create_entry
Create a new entry in a specific content type.
Write
Medium risk
Delete Entry
contentstack:delete_entry
Delete an entry permanently. This action cannot be undone.
Write
High risk
Get Asset
contentstack:get_asset
Fetch a single asset (image, document, video, etc.) by UID.
Read
Low risk
Get Content Type
contentstack:get_content_type
Fetch a content type schema definition including all fields and settings.
Read
Low risk
Get Entry
contentstack:get_entry
Fetch a single entry by UID from a specific content type.
Read
Low risk
Get Environment
contentstack:get_environment
Fetch details about a specific environment including its configuration.
Read
Low risk
List Assets
contentstack:list_assets
List assets (images, documents, videos, etc.) with optional filtering and pagination.
Read
Low risk
List Content Types
contentstack:list_content_types
List all content types in the stack with optional schema details.
Read
Low risk
List Entries
contentstack:list_entries
List entries from a specific content type with optional filtering and pagination.
Read
Low risk
List Environments
contentstack:list_environments
List all environments in the stack.
Read
Low risk
Publish Entry
contentstack:publish_entry
Publish an entry to specified environments and locales.
Write
Medium risk
Unpublish Entry
contentstack:unpublish_entry
Unpublish an entry from specified environments and locales.
Write
Medium risk
Update Entry
contentstack:update_entry
Update an existing entry with new data.
Write
Medium risk