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 Subscription
chartmogul:cancel_subscription
Cancel a subscription in ChartMogul.
Write
High risk
Create Customer
chartmogul:create_customer
Create a new customer in ChartMogul.
Write
Medium risk
Create Plan
chartmogul:create_plan
Create a new plan in ChartMogul.
Write
Medium risk
Delete Customer
chartmogul:delete_customer
Delete a customer from ChartMogul. This will also delete all associated subscriptions and invoices.
Write
High risk
Get Customer
chartmogul:get_customer
Fetch a single customer by UUID with subscription and revenue data.
Read
Low risk
Get Invoice
chartmogul:get_invoice
Fetch a single invoice by UUID with line items and payment details.
Read
Low risk
Get Metrics Arr
chartmogul:get_metrics_arr
Get Annual Recurring Revenue (ARR) metrics for a date range.
Read
Low risk
Get Metrics Customer Churn Rate
chartmogul:get_metrics_customer_churn_rate
Get customer churn rate metrics for a date range.
Read
Low risk
Get Metrics Ltv
chartmogul:get_metrics_ltv
Get Customer Lifetime Value (LTV) metrics for a date range.
Read
Low risk
Get Metrics Mrr
chartmogul:get_metrics_mrr
Get Monthly Recurring Revenue (MRR) metrics for a date range.
Read
Low risk
Get Plan
chartmogul:get_plan
Fetch a single plan by UUID with pricing and billing details.
Read
Low risk
Get Subscription
chartmogul:get_subscription
Fetch a single subscription by UUID with plan and billing details.
Read
Low risk
List Customers
chartmogul:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Data Sources
chartmogul:list_data_sources
List all data sources in your ChartMogul account.
Read
Low risk
List Invoices
chartmogul:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Plans
chartmogul:list_plans
List plans with optional filtering and pagination.
Read
Low risk
List Subscriptions
chartmogul:list_subscriptions
List subscriptions with optional filtering and pagination.
Read
Low risk
Update Customer
chartmogul:update_customer
Update an existing customer in ChartMogul.
Write
Medium risk