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 Feed
channable:create_feed
Create a new feed in a project with specified type and settings.
Write
Medium risk
Create Rule
channable:create_rule
Create a new rule in a project with specified conditions and actions.
Write
Medium risk
Delete Feed
channable:delete_feed
Delete a feed permanently. This action cannot be undone.
Write
High risk
Delete Rule
channable:delete_rule
Delete a rule permanently. This action cannot be undone.
Write
High risk
Generate Feed
channable:generate_feed
Trigger feed generation for a specific feed.
Write
Medium risk
Get Feed
channable:get_feed
Fetch a single feed by ID with configuration and status.
Read
Low risk
Get Product
channable:get_product
Fetch a single product by ID with all processed fields and rule applications.
Read
Low risk
Get Project
channable:get_project
Fetch a single project by ID with basic details and settings.
Read
Low risk
Get Rule
channable:get_rule
Fetch a single rule by ID with conditions and actions.
Read
Low risk
List Feeds
channable:list_feeds
List all feeds in a project with optional filtering.
Read
Low risk
List Products
channable:list_products
List products in a project with optional filtering and search.
Read
Low risk
List Projects
channable:list_projects
List all projects accessible with the current API key.
Read
Low risk
List Rules
channable:list_rules
List all rules in a project with optional filtering.
Read
Low risk
Update Feed
channable:update_feed
Update an existing feed's name and/or settings.
Write
Medium risk
Update Rule
channable:update_rule
Update an existing rule's properties, conditions, or actions.
Write
Medium risk