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 Card Comment
pipefy:add_card_comment
Add a comment to a card.
Write
Medium risk
Assign Card
pipefy:assign_card
Assign a user to a card. The user will be added to the card's assignees list.
Write
Medium risk
Create Card
pipefy:create_card
Create a new card in a pipe with optional field values, assignees, and labels.
Write
Medium risk
Delete Card
pipefy:delete_card
Permanently delete a card. This action cannot be undone.
Write
High risk
Get Card
pipefy:get_card
Fetch a single card with all its field values, assignees, and current phase.
Read
Low risk
Get Me
pipefy:get_me
Get information about the currently authenticated user.
Read
Low risk
Get Organization
pipefy:get_organization
Fetch details about an organization including members and pipes.
Read
Low risk
Get Pipe
pipefy:get_pipe
Fetch a single pipe with its phases and basic configuration.
Read
Low risk
List Cards
pipefy:list_cards
List cards in a pipe with optional filtering by phase, assignee, or search term.
Read
Low risk
List Organizations
pipefy:list_organizations
List all organizations accessible to the authenticated user.
Read
Low risk
List Pipes
pipefy:list_pipes
List all pipes accessible to the authenticated user, optionally filtered by organization.
Read
Low risk
Move Card
pipefy:move_card
Move a card to a different phase within its pipe.
Write
Medium risk
Unassign Card
pipefy:unassign_card
Remove a user assignment from a card.
Write
Medium risk
Update Card
pipefy:update_card
Update an existing card's title, description, due date, or field values.
Write
Medium risk