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.
Assign Card
favro:assign_card
Assign users to a card. This replaces all current assignments with the new list.
Write
Medium risk
Complete Card
favro:complete_card
Mark a card as completed or uncompleted. Completed cards are typically moved to done columns.
Write
Medium risk
Create Card
favro:create_card
Create a new card in the specified column with optional details and assignments.
Write
Medium risk
Create Collection
favro:create_collection
Create a new collection in the specified organization.
Write
Medium risk
Create Widget
favro:create_widget
Create a new widget (board, backlog, timeline, etc.) in the specified collection.
Write
Medium risk
Delete Card
favro:delete_card
Delete a card permanently. WARNING: This action cannot be undone.
Write
High risk
Delete Collection
favro:delete_collection
Delete a collection permanently. WARNING: This action cannot be undone.
Write
High risk
Get Card
favro:get_card
Fetch a single card by ID with all details including assignments and tags.
Read
Low risk
Get Collection
favro:get_collection
Fetch a single collection by ID with details and background info.
Read
Low risk
Get Organization
favro:get_organization
Fetch a single organization by ID with basic details.
Read
Low risk
Get User
favro:get_user
Fetch a single user by ID with organization role and details.
Read
Low risk
List Cards
favro:list_cards
List cards with optional filters for collection, column, lane, user, completion, and archive status.
Read
Low risk
List Collections
favro:list_collections
List all collections in an organization that the user has access to.
Read
Low risk
List Columns
favro:list_columns
List all columns in an organization, optionally filtered by collection or widget.
Read
Low risk
List Organizations
favro:list_organizations
List all organizations the user has access to.
Read
Low risk
List Users
favro:list_users
List all users in an organization that the authenticated user has access to.
Read
Low risk
List Widgets
favro:list_widgets
List all widgets (boards, backlogs, timelines) in an organization or collection.
Read
Low risk
Move Card
favro:move_card
Move a card to a different column, lane, or position within the board.
Write
Medium risk
Update Card
favro:update_card
Update an existing card's properties, position, assignments, or status.
Write
Medium risk
Update Collection
favro:update_collection
Update an existing collection's properties.
Write
Medium risk