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 Goal
linearb:create_goal
Create a new performance goal for a team or organization.
Write
Medium risk
Delete Goal
linearb:delete_goal
Permanently delete a performance goal. This action cannot be undone.
Write
High risk
Get Developer
linearb:get_developer
Fetch a single developer by ID with performance metrics and activity.
Read
Low risk
Get Metrics
linearb:get_metrics
Get performance metrics for teams or organization with specified time period and granularity.
Read
Low risk
Get Project
linearb:get_project
Fetch a single project by ID with delivery metrics and status.
Read
Low risk
Get Pull Request
linearb:get_pull_request
Fetch a single pull request by ID with review metrics and timeline.
Read
Low risk
Get Team
linearb:get_team
Fetch a single team by ID with members and performance metrics.
Read
Low risk
List Developers
linearb:list_developers
List developers with optional team filtering and pagination.
Read
Low risk
List Goals
linearb:list_goals
List performance goals with optional filtering by team, status, and type.
Read
Low risk
List Projects
linearb:list_projects
List projects with optional filtering by team and status.
Read
Low risk
List Pull Requests
linearb:list_pull_requests
List pull requests with optional filtering by repository, author, status, and date range.
Read
Low risk
List Teams
linearb:list_teams
List teams with optional filtering and pagination.
Read
Low risk
Update Goal
linearb:update_goal
Update an existing performance goal with new values.
Write
Medium risk