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.
Add Document
langbase:add_document
Add a document to a memory store for semantic search and retrieval.
Write
Medium risk
Create Memory
langbase:create_memory
Create a new memory store for storing and retrieving documents.
Write
Medium risk
Create Pipe
langbase:create_pipe
Create a new AI pipe with specified configuration.
Write
Medium risk
Delete Document
langbase:delete_document
Permanently delete a document from a memory store. This action cannot be undone.
Write
High risk
Delete Pipe
langbase:delete_pipe
Permanently delete a pipe. This action cannot be undone.
Write
High risk
Generate Completion
langbase:generate_completion
Generate an AI completion using a specific pipe.
Write
Medium risk
Get Memory
langbase:get_memory
Fetch a memory store by name with its configuration and stats.
Read
Low risk
Get Pipe
langbase:get_pipe
Fetch a single pipe by name with its configuration and status.
Read
Low risk
List Memories
langbase:list_memories
List all memory stores with optional filtering and pagination.
Read
Low risk
List Pipes
langbase:list_pipes
List all pipes with optional filtering and pagination.
Read
Low risk
Search Memory
langbase:search_memory
Search for relevant documents in a memory store using semantic similarity.
Read
Low risk
Update Pipe
langbase:update_pipe
Update an existing pipe's configuration.
Write
Medium risk