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.
Broadcast Message
botpenguin:broadcast_message
Send a broadcast message to multiple contacts based on audience criteria.
Write
Medium risk
Create Bot
botpenguin:create_bot
Create a new bot with specified configuration.
Write
Medium risk
Create Contact
botpenguin:create_contact
Create a new contact in BotPenguin.
Write
Medium risk
Delete Bot
botpenguin:delete_bot
Permanently delete a bot and all its associated data.
Write
High risk
Delete Contact
botpenguin:delete_contact
Permanently delete a contact and all associated conversation data.
Write
High risk
Get Bot
botpenguin:get_bot
Fetch a single bot by ID with configuration and status details.
Read
Low risk
Get Broadcast
botpenguin:get_broadcast
Fetch a single broadcast by ID with delivery statistics.
Read
Low risk
Get Contact
botpenguin:get_contact
Fetch a single contact by ID with profile and conversation history.
Read
Low risk
Get Conversation
botpenguin:get_conversation
Fetch a single conversation by ID with optional message history.
Read
Low risk
List Bots
botpenguin:list_bots
List all bots with optional filtering and pagination.
Read
Low risk
List Broadcasts
botpenguin:list_broadcasts
List broadcasts with filtering and sorting options.
Read
Low risk
List Contacts
botpenguin:list_contacts
List contacts with optional filtering and search capabilities.
Read
Low risk
List Conversations
botpenguin:list_conversations
List conversations with filtering and sorting options.
Read
Low risk
Send Message
botpenguin:send_message
Send a message to a contact through a bot.
Write
Medium risk
Update Bot
botpenguin:update_bot
Update an existing bot's configuration.
Write
Medium risk
Update Contact
botpenguin:update_contact
Update an existing contact's information.
Write
Medium risk
Update Conversation
botpenguin:update_conversation
Update conversation status, assignment, and tags.
Write
Medium risk