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
topmessage:create_contact
Create a new contact in the address book.
Write
Medium risk
Delete Contact
topmessage:delete_contact
Permanently delete a contact from the address book.
Write
High risk
Get Account Balance
topmessage:get_account_balance
Get current account balance and usage information.
Read
Low risk
Get Contact
topmessage:get_contact
Fetch a single contact by ID with all associated details.
Read
Low risk
Get Message
topmessage:get_message
Fetch a single message by ID with delivery status and details.
Read
Low risk
List Contacts
topmessage:list_contacts
List contacts with optional filtering by search terms, tags, and opt-out status.
Read
Low risk
List Messages
topmessage:list_messages
List messages with optional filtering by recipient, status, and date range.
Read
Low risk
Send Bulk Message
topmessage:send_bulk_message
Send the same SMS message to multiple recipients at once.
Write
Medium risk
Send Message
topmessage:send_message
Send an SMS message to a phone number.
Write
Medium risk
Update Contact
topmessage:update_contact
Update an existing contact's information.
Write
Medium risk