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 Category
tettra:create_category
Create a new category or subcategory in Tettra.
Write
Medium risk
Create Page
tettra:create_page
Create a new page in Tettra with title, content, and optional metadata.
Write
Medium risk
Delete Category
tettra:delete_category
Permanently delete a category from Tettra. Pages in this category will be moved to uncategorized.
Write
High risk
Delete Page
tettra:delete_page
Permanently delete a page from Tettra. This action cannot be undone.
Write
High risk
Get Category
tettra:get_category
Fetch a single category by ID with metadata and page count.
Read
Low risk
Get Page
tettra:get_page
Fetch a single page by ID with content and metadata.
Read
Low risk
Get Team
tettra:get_team
Fetch team information including member count and settings.
Read
Low risk
Get User
tettra:get_user
Fetch detailed information about a specific team member.
Read
Low risk
List Categories
tettra:list_categories
List categories with optional filtering by parent and archived status.
Read
Low risk
List Pages
tettra:list_pages
List pages with optional filtering by category, search query, and status.
Read
Low risk
List Users
tettra:list_users
List team members with their roles and activity status.
Read
Low risk
Search Content
tettra:search_content
Search for pages and categories across Tettra knowledge base.
Read
Low risk
Update Category
tettra:update_category
Update an existing category's name, description, or parent.
Write
Medium risk
Update Page
tettra:update_page
Update an existing page's title, content, category, status, or tags.
Write
Medium risk