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.
Ban Member
invision_community:ban_member
Ban a community member temporarily or permanently.
Write
Medium risk
Create Member
invision_community:create_member
Create a new community member account.
Write
Medium risk
Create Post
invision_community:create_post
Create a new forum post in an existing topic.
Write
Medium risk
Create Topic
invision_community:create_topic
Create a new forum topic with initial post content.
Write
Medium risk
Delete Member
invision_community:delete_member
Permanently delete a community member and all their associated content.
Write
High risk
Delete Post
invision_community:delete_post
Permanently delete a forum post.
Write
High risk
Delete Topic
invision_community:delete_topic
Permanently delete a forum topic and all its posts.
Write
High risk
Get Member
invision_community:get_member
Fetch a single community member by ID with profile details and activity status.
Read
Low risk
Get Post
invision_community:get_post
Fetch a single forum post by ID with content and metadata.
Read
Low risk
Get Topic
invision_community:get_topic
Fetch a single forum topic by ID with posts and metadata.
Read
Low risk
List Forums
invision_community:list_forums
List all available forums in the community.
Read
Low risk
List Members
invision_community:list_members
List community members with filtering and pagination options.
Read
Low risk
List Posts
invision_community:list_posts
List forum posts with filtering and pagination options.
Read
Low risk
List Topics
invision_community:list_topics
List forum topics with filtering and pagination options.
Read
Low risk
Send Private Message
invision_community:send_private_message
Send a private message to a community member.
Write
Medium risk
Unban Member
invision_community:unban_member
Remove ban from a community member, restoring their access.
Write
Medium risk
Update Member
invision_community:update_member
Update an existing community member's profile and settings.
Write
Medium risk
Update Post
invision_community:update_post
Update an existing forum post's content and settings.
Write
Medium risk
Update Topic
invision_community:update_topic
Update an existing forum topic's properties and settings.
Write
Medium risk