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.
Cancel Otp
myotp_app:cancel_otp
Cancel a pending OTP request.
Write
High risk
Create Template
myotp_app:create_template
Create a new message template for OTP delivery.
Write
Medium risk
Delete Template
myotp_app:delete_template
Delete a message template permanently.
Write
High risk
Get Account Balance
myotp_app:get_account_balance
Get current account balance and usage statistics.
Read
Low risk
Get Otp Status
myotp_app:get_otp_status
Check the status of an OTP request.
Read
Low risk
List Otp Requests
myotp_app:list_otp_requests
List OTP requests with optional filtering.
Read
Low risk
List Templates
myotp_app:list_templates
List all message templates.
Read
Low risk
Resend Otp
myotp_app:resend_otp
Resend an OTP for an existing request.
Write
Medium risk
Send Email Otp
myotp_app:send_email_otp
Send an OTP code to an email address.
Write
Medium risk
Send Otp
myotp_app:send_otp
Send an OTP code to a phone number via SMS.
Write
Medium risk
Verify Otp
myotp_app:verify_otp
Verify an OTP code against a request ID.
Write
Medium risk