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 Comment
pencil_spaces:create_comment
Create a new comment on a document or reply to an existing comment.
Write
Medium risk
Create Document
pencil_spaces:create_document
Create a new document in the specified space.
Write
Medium risk
Create Space
pencil_spaces:create_space
Create a new space with the specified name and settings.
Write
Medium risk
Delete Document
pencil_spaces:delete_document
Permanently delete a document. THIS CANNOT BE UNDONE.
Write
High risk
Delete Space
pencil_spaces:delete_space
Permanently delete a space and all its contents. THIS CANNOT BE UNDONE.
Write
High risk
Get Comment
pencil_spaces:get_comment
Fetch a single comment by ID with author details.
Read
Low risk
Get Document
pencil_spaces:get_document
Fetch a single document by ID with content and metadata.
Read
Low risk
Get Space
pencil_spaces:get_space
Fetch a single space by ID with basic details and member count.
Read
Low risk
Get User
pencil_spaces:get_user
Fetch a user's profile information by ID.
Read
Low risk
Invite User
pencil_spaces:invite_user
Invite a user to join a space with the specified role.
Write
Medium risk
List Comments
pencil_spaces:list_comments
List comments for a document with optional filtering and pagination.
Read
Low risk
List Documents
pencil_spaces:list_documents
List documents with optional filtering, search, and pagination.
Read
Low risk
List Spaces
pencil_spaces:list_spaces
List spaces with optional filtering and pagination.
Read
Low risk
List Users
pencil_spaces:list_users
List users with optional filtering and pagination.
Read
Low risk
Resolve Comment
pencil_spaces:resolve_comment
Mark a comment as resolved or unresolved.
Write
Low risk
Update Document
pencil_spaces:update_document
Update an existing document's properties and content.
Write
Medium risk
Update Space
pencil_spaces:update_space
Update an existing space's properties.
Write
Medium risk