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 Experience
intuiface:create_experience
Create a new interactive experience.
Write
Medium risk
Delete Asset
intuiface:delete_asset
Permanently delete an asset. This removes it from all experiences using it.
Write
High risk
Delete Experience
intuiface:delete_experience
Permanently delete an experience. This action cannot be undone.
Write
High risk
Get Analytics
intuiface:get_analytics
Get analytics data for an experience including sessions, interactions, and usage metrics.
Read
Low risk
Get Asset
intuiface:get_asset
Fetch a single asset by ID with metadata and download information.
Read
Low risk
Get Deployment
intuiface:get_deployment
Fetch a single deployment by ID with detailed configuration and status.
Read
Low risk
Get Experience
intuiface:get_experience
Fetch a single experience by ID with metadata and configuration details.
Read
Low risk
List Assets
intuiface:list_assets
List digital assets (images, videos, documents) with optional filtering.
Read
Low risk
List Deployments
intuiface:list_deployments
List experience deployments with status and configuration details.
Read
Low risk
List Experiences
intuiface:list_experiences
List experiences with optional filtering and pagination.
Read
Low risk
Publish Experience
intuiface:publish_experience
Publish an experience to make it available for deployment.
Write
Medium risk
Update Experience
intuiface:update_experience
Update an existing experience's metadata.
Write
Medium risk