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 Collection
slite:create_collection
Create a new collection in a team with optional parent and styling.
Write
Medium risk
Create Note
slite:create_note
Create a new note in a team with optional content and metadata.
Write
Medium risk
Delete Note
slite:delete_note
Permanently delete a note. This action cannot be undone.
Write
High risk
Get Collection
slite:get_collection
Fetch a single collection by ID with note count and metadata.
Read
Low risk
Get Note
slite:get_note
Fetch a single note by ID with content and metadata.
Read
Low risk
Get Team
slite:get_team
Fetch a single team by ID with member count and settings.
Read
Low risk
List Collections
slite:list_collections
List collections in a team with optional parent filtering and pagination.
Read
Low risk
List Notes
slite:list_notes
List notes with filtering, search, and pagination options.
Read
Low risk
List Teams
slite:list_teams
List teams with optional filtering and pagination.
Read
Low risk
Publish Note
slite:publish_note
Publish a draft note to make it visible to team members.
Write
Low risk
Search Notes
slite:search_notes
Search for notes across teams and collections using full-text search.
Read
Low risk
Unpublish Note
slite:unpublish_note
Unpublish a note to convert it back to draft status.
Write
Low risk
Update Note
slite:update_note
Update an existing note's title, content, or metadata.
Write
Medium risk