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 Epic
shortcut:create_epic
Create a new epic with optional milestone, owners, and labels.
Write
Medium risk
Create Label
shortcut:create_label
Create a new label for organizing stories and epics.
Write
Medium risk
Create Project
shortcut:create_project
Create a new project assigned to a team.
Write
Medium risk
Create Story
shortcut:create_story
Create a new story in a project with optional epic, owners, and labels.
Write
Medium risk
Create Story Comment
shortcut:create_story_comment
Add a comment to a story with markdown formatting support.
Write
Medium risk
Create Story Task
shortcut:create_story_task
Add a task to a story for breaking down work into smaller items.
Write
Medium risk
Delete Epic
shortcut:delete_epic
Delete an epic permanently. This action cannot be undone.
Write
High risk
Delete Story
shortcut:delete_story
Delete a story permanently. This action cannot be undone.
Write
High risk
Get Epic
shortcut:get_epic
Fetch a single epic by ID with all details including associated stories count.
Read
Low risk
Get Member
shortcut:get_member
Fetch a single member by ID with full profile information.
Read
Low risk
Get Project
shortcut:get_project
Fetch a single project by ID with team and workflow information.
Read
Low risk
Get Story
shortcut:get_story
Fetch a single story by ID with all details including tasks, comments, and workflow state.
Read
Low risk
Get Team
shortcut:get_team
Fetch a single team by ID with member list and workflow information.
Read
Low risk
Get Workflow
shortcut:get_workflow
Fetch a single workflow by ID with all states and their configuration.
Read
Low risk
List Epics
shortcut:list_epics
List all epics with optional filters for state, owner, or milestone.
Read
Low risk
List Labels
shortcut:list_labels
List all labels available in the workspace.
Read
Low risk
List Members
shortcut:list_members
List all members in the workspace with their roles and profile information.
Read
Low risk
List Projects
shortcut:list_projects
List all projects with optional filters for team and archived status.
Read
Low risk
List Stories
shortcut:list_stories
List stories with optional filters for project, epic, owner, or workflow state.
Read
Low risk
List Teams
shortcut:list_teams
List all teams in the workspace with their members and workflow information.
Read
Low risk
List Workflows
shortcut:list_workflows
List all workflows with their states and configuration.
Read
Low risk
Search Stories
shortcut:search_stories
Search stories using Shortcut's powerful search syntax with filters and operators.
Read
Low risk
Update Epic
shortcut:update_epic
Update an existing epic with new values for any field.
Write
Medium risk
Update Project
shortcut:update_project
Update an existing project with new values for any field.
Write
Medium risk
Update Story
shortcut:update_story
Update an existing story with new values for any field.
Write
Medium risk
Update Story Task
shortcut:update_story_task
Update a task within a story, commonly used to mark tasks as complete.
Write
Medium risk