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 Company
productboard:create_company
Create a new company (customer) in Productboard.
Write
Medium risk
Create Feature
productboard:create_feature
Create a new feature in Productboard.
Write
Medium risk
Create Insight
productboard:create_insight
Create an insight by linking a note to a feature with highlighted text.
Write
Medium risk
Create Note
productboard:create_note
Create a new note in Productboard.
Write
Medium risk
Delete Feature
productboard:delete_feature
Permanently delete a feature from Productboard.
Write
High risk
Delete Note
productboard:delete_note
Permanently delete a note from Productboard.
Write
High risk
Get Company
productboard:get_company
Fetch a single company by ID with details and metrics.
Read
Low risk
Get Feature
productboard:get_feature
Fetch a single feature by ID with details, status, and associated data.
Read
Low risk
Get Note
productboard:get_note
Fetch a single note by ID with content and metadata.
Read
Low risk
Get Release
productboard:get_release
Fetch a single release by ID with details and associated features.
Read
Low risk
Get User
productboard:get_user
Fetch a single user by ID with profile details.
Read
Low risk
List Companies
productboard:list_companies
List companies (customers) in Productboard with optional filtering.
Read
Low risk
List Features
productboard:list_features
List features with optional filtering and pagination.
Read
Low risk
List Notes
productboard:list_notes
List notes with optional filtering and pagination.
Read
Low risk
List Releases
productboard:list_releases
List releases in Productboard with optional filtering.
Read
Low risk
List Users
productboard:list_users
List users in the Productboard workspace with optional filtering.
Read
Low risk
Update Company
productboard:update_company
Update an existing company in Productboard.
Write
Medium risk
Update Feature
productboard:update_feature
Update an existing feature in Productboard.
Write
Medium risk
Update Note
productboard:update_note
Update an existing note in Productboard.
Write
Medium risk