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 Contact
heylibby:create_contact
Create a new contact in HeyLibby.
Write
Medium risk
Delete Contact
heylibby:delete_contact
Delete a contact from HeyLibby. This action cannot be undone.
Write
High risk
Get Contact
heylibby:get_contact
Fetch a single contact by ID with their conversation history and qualification status.
Read
Low risk
Get Conversation
heylibby:get_conversation
Fetch a single conversation by ID with all messages and metadata.
Read
Low risk
Handoff Conversation
heylibby:handoff_conversation
Hand off a conversation from AI to a human agent.
Write
Medium risk
List Contacts
heylibby:list_contacts
List contacts with filtering and pagination options.
Read
Low risk
List Conversations
heylibby:list_conversations
List conversations with filtering and pagination options.
Read
Low risk
Qualify Lead
heylibby:qualify_lead
Manually qualify or update the qualification status of a lead.
Write
Medium risk
Send Message
heylibby:send_message
Send a message in an existing conversation.
Write
Medium risk
Update Contact
heylibby:update_contact
Update an existing contact in HeyLibby.
Write
Medium risk