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 Payment
muna:cancel_payment
Cancel a pending payment before it's processed.
Write
High risk
Create Account
muna:create_account
Create a new account with specified type and currency.
Write
Medium risk
Create Payment
muna:create_payment
Create a new payment to a recipient using specified payment method.
Write
Medium risk
Create Transfer
muna:create_transfer
Create a transfer between two accounts.
Write
Medium risk
Create User
muna:create_user
Create a new user account with basic profile information.
Write
Medium risk
Get Account
muna:get_account
Fetch a single account by ID with balance and status information.
Read
Low risk
Get Payment
muna:get_payment
Fetch a single payment by ID with full details and status.
Read
Low risk
Get Transaction
muna:get_transaction
Fetch a single transaction by ID with full details.
Read
Low risk
Get User
muna:get_user
Fetch a single user by ID with profile and account information.
Read
Low risk
List Accounts
muna:list_accounts
List accounts with optional filtering by status, type, and currency.
Read
Low risk
List Payments
muna:list_payments
List payments with optional filtering by status, method, and participants.
Read
Low risk
List Transactions
muna:list_transactions
List transactions with optional filtering by account, status, type, and date range.
Read
Low risk
List Users
muna:list_users
List users with optional filtering by status, KYC status, and contact info.
Read
Low risk
Update Account
muna:update_account
Update an existing account's name, status, or description.
Write
Medium risk
Update User
muna:update_user
Update an existing user's profile information and status.
Write
Medium risk