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 Page
confluence:create_page
Creates a new page in the space
Write
Medium risk
Create Post
confluence:create_post
Creates a new page or blog post on Confluence
Write
Medium risk
Delete Post
confluence:delete_post
Removes a blog post from Confluence by its ID. Use with caution, the action is irreversible
Write
High risk
Get Page by ID
confluence:get_page_by_id
Retrieve a page by its ID
Read
Low risk
Get Pages
confluence:get_pages
Retrieve a list of pages
Read
Low risk
Get Pages in Space
confluence:get_pages_in_space
Retrieve a list of pages in a space
Read
Low risk
Search Content
confluence:search_content
Searches for content using the Confluence Query Language (CQL)
Read
Low risk
Update a Post
confluence:update_post
Updates a page or blog post on Confluence by its ID
Write
Medium risk