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
sms_everyone:create_contact
Create a new contact in your SMS Everyone address book.
Write
Medium risk
Delete Contact
sms_everyone:delete_contact
Delete a contact from your address book permanently.
Write
High risk
Get Account Balance
sms_everyone:get_account_balance
Get current account balance and usage information.
Read
Low risk
Get Contact
sms_everyone:get_contact
Fetch a specific contact by ID.
Read
Low risk
Get Delivery Report
sms_everyone:get_delivery_report
Get detailed delivery report for a specific message.
Read
Low risk
Get Message
sms_everyone:get_message
Fetch details of a specific SMS message by ID.
Read
Low risk
List Contacts
sms_everyone:list_contacts
List contacts with optional filtering and search.
Read
Low risk
List Messages
sms_everyone:list_messages
List SMS messages with optional filtering and pagination.
Read
Low risk
Send Bulk Sms
sms_everyone:send_bulk_sms
Send SMS messages to multiple recipients in bulk.
Write
Medium risk
Send Sms
sms_everyone:send_sms
Send an SMS message to a phone number.
Write
Medium risk
Update Contact
sms_everyone:update_contact
Update an existing contact's information.
Write
Medium risk
Validate Phone
sms_everyone:validate_phone
Validate a phone number and get carrier/location information.
Write
Medium risk