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 Dns Record
reishost:create_dns_record
Create a new DNS record for a domain.
Write
Medium risk
Create Email Account
reishost:create_email_account
Create a new email account for a domain.
Write
Medium risk
Delete Dns Record
reishost:delete_dns_record
Delete a DNS record permanently. This action cannot be undone.
Write
High risk
Delete Email Account
reishost:delete_email_account
Delete an email account permanently. All emails will be lost.
Write
High risk
Get Account
reishost:get_account
Fetch account details including balance, status, and contact information.
Read
Low risk
Get Dns Records
reishost:get_dns_records
Fetch DNS records for a domain with optional filtering by record type.
Read
Low risk
Get Domain
reishost:get_domain
Fetch domain details including registration status, expiry date, and DNS settings.
Read
Low risk
Get Hosting Package
reishost:get_hosting_package
Fetch hosting package details including resources, status, and associated domains.
Read
Low risk
Get Ssl Certificate
reishost:get_ssl_certificate
Fetch SSL certificate details including status, expiry, and issuer information.
Read
Low risk
Install Ssl Certificate
reishost:install_ssl_certificate
Install an SSL certificate for a domain with automatic validation.
Write
Medium risk
List Accounts
reishost:list_accounts
List all accounts with optional filtering and pagination.
Read
Low risk
List Domains
reishost:list_domains
List all domains with optional filtering and pagination.
Read
Low risk
List Email Accounts
reishost:list_email_accounts
List all email accounts for a domain with pagination.
Read
Low risk
List Hosting Packages
reishost:list_hosting_packages
List all hosting packages with optional filtering and pagination.
Read
Low risk
Renew Domain
reishost:renew_domain
Renew a domain registration for the specified number of years.
Write
Medium risk
Suspend Hosting Package
reishost:suspend_hosting_package
Suspend a hosting package, making it temporarily inaccessible.
Write
Medium risk
Unsuspend Hosting Package
reishost:unsuspend_hosting_package
Unsuspend a hosting package, restoring access.
Write
Medium risk
Update Dns Record
reishost:update_dns_record
Update an existing DNS record's value, TTL, or priority.
Write
Medium risk