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 Conversation
dust:create_conversation
Create a new conversation in a workspace.
Write
Medium risk
Create Data Source
dust:create_data_source
Create a new data source in a workspace.
Write
Medium risk
Create Run
dust:create_run
Create and execute a new run in a workspace.
Write
Medium risk
Delete Data Source
dust:delete_data_source
Delete a data source from a workspace. This action cannot be undone.
Write
High risk
Get Assistant
dust:get_assistant
Fetch a single assistant by ID with configuration and capabilities.
Read
Low risk
Get Conversation
dust:get_conversation
Fetch a single conversation by ID with messages and metadata.
Read
Low risk
Get Data Source
dust:get_data_source
Fetch a single data source by ID with configuration and status.
Read
Low risk
Get Run
dust:get_run
Fetch a single run by ID with execution details and status.
Read
Low risk
List Assistants
dust:list_assistants
List assistants in a workspace with pagination support.
Read
Low risk
List Conversations
dust:list_conversations
List conversations in a workspace with pagination support.
Read
Low risk
List Data Sources
dust:list_data_sources
List data sources in a workspace with pagination support.
Read
Low risk
List Runs
dust:list_runs
List runs in a workspace with pagination and filtering support.
Read
Low risk
Search Data Source
dust:search_data_source
Search for documents within a data source using semantic search.
Read
Low risk
Send Message
dust:send_message
Send a message to an existing conversation.
Write
Medium risk