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.
Add Member Identity
orbit:add_member_identity
Add a social identity to a member (GitHub, Twitter, Discord, etc.).
Write
Medium risk
Create Activity
orbit:create_activity
Create a new activity for a member in the workspace.
Write
Medium risk
Create Member
orbit:create_member
Create a new member in the workspace.
Write
Medium risk
Create Note
orbit:create_note
Create a new note for a member in the workspace.
Write
Medium risk
Delete Activity
orbit:delete_activity
Delete an activity from the workspace. This action cannot be undone.
Write
High risk
Delete Member
orbit:delete_member
Delete a member from the workspace. This action cannot be undone.
Write
High risk
Delete Note
orbit:delete_note
Delete a note from the workspace. This action cannot be undone.
Write
High risk
Get Activity
orbit:get_activity
Fetch a single activity with its details and associated member.
Read
Low risk
Get Member
orbit:get_member
Fetch a single member with their activity summary and identities.
Read
Low risk
Get Note
orbit:get_note
Fetch a single note with its content and associated member.
Read
Low risk
Get Workspace
orbit:get_workspace
Fetch workspace details including member count and activity stats.
Read
Low risk
List Activities
orbit:list_activities
List activities in a workspace with filtering and sorting options.
Read
Low risk
List Members
orbit:list_members
List members in a workspace with filtering and sorting options.
Read
Low risk
List Notes
orbit:list_notes
List notes in a workspace with filtering and sorting options.
Read
Low risk
List Workspaces
orbit:list_workspaces
List all workspaces accessible with the current API key.
Read
Low risk
Merge Members
orbit:merge_members
Merge two members together. The secondary member will be merged into the primary member and deleted.
Write
Medium risk
Remove Member Identity
orbit:remove_member_identity
Remove a social identity from a member.
Write
High risk
Update Activity
orbit:update_activity
Update an existing activity's information.
Write
Medium risk
Update Member
orbit:update_member
Update an existing member's information.
Write
Medium risk
Update Note
orbit:update_note
Update an existing note's content.
Write
Medium risk