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 Chatflow
flowiseai:create_chatflow
Create a new chatflow with the specified configuration.
Write
Medium risk
Delete Chatflow
flowiseai:delete_chatflow
Permanently delete a chatflow. This action cannot be undone.
Write
High risk
Delete Chatmessages
flowiseai:delete_chatmessages
Delete chat messages by chatflow, session, or specific message IDs.
Write
High risk
Deploy Chatflow
flowiseai:deploy_chatflow
Deploy a chatflow to make it available for predictions via API.
Write
Medium risk
Get Chatflow
flowiseai:get_chatflow
Fetch a single chatflow by ID with its configuration and nodes.
Read
Low risk
Get Chatmessage
flowiseai:get_chatmessage
Fetch a single chat message by ID with its content and metadata.
Read
Low risk
List Chatflows
flowiseai:list_chatflows
List all chatflows with optional filtering by type and category.
Read
Low risk
List Chatmessages
flowiseai:list_chatmessages
List chat messages with optional filtering by chatflow, session, date range, and type.
Read
Low risk
List Vector Stores
flowiseai:list_vector_stores
List all available vector stores/databases.
Read
Low risk
Predict
flowiseai:predict
Run a prediction/chat completion against a deployed chatflow.
Write
Medium risk
Undeploy Chatflow
flowiseai:undeploy_chatflow
Undeploy a chatflow to stop it from accepting prediction requests.
Write
Medium risk
Update Chatflow
flowiseai:update_chatflow
Update an existing chatflow with new configuration or settings.
Write
Medium risk
Upsert Vector
flowiseai:upsert_vector
Upsert documents into a vector store associated with a chatflow.
Write
Medium risk