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.
Archive Plan
chargebee:archive_plan
Archive a plan in Chargebee. Archived plans cannot be used for new subscriptions.
Write
High risk
Cancel Subscription
chargebee:cancel_subscription
Cancel a subscription in Chargebee.
Write
High risk
Collect Payment
chargebee:collect_payment
Collect payment for an invoice in Chargebee.
Write
Medium risk
Create Customer
chargebee:create_customer
Create a new customer in Chargebee.
Write
Medium risk
Create Plan
chargebee:create_plan
Create a new plan in Chargebee.
Write
Medium risk
Create Subscription
chargebee:create_subscription
Create a new subscription in Chargebee.
Write
Medium risk
Delete Customer
chargebee:delete_customer
Delete a customer from Chargebee. This is irreversible.
Write
High risk
Get Customer
chargebee:get_customer
Fetch a single customer by ID with billing details and subscription info.
Read
Low risk
Get Invoice
chargebee:get_invoice
Fetch a single invoice by ID with line items and payment details.
Read
Low risk
Get Plan
chargebee:get_plan
Fetch a single plan by ID with pricing and billing details.
Read
Low risk
Get Subscription
chargebee:get_subscription
Fetch a single subscription by ID with plan details and billing info.
Read
Low risk
List Customers
chargebee:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Invoices
chargebee:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Plans
chargebee:list_plans
List plans with optional filtering and pagination.
Read
Low risk
List Subscriptions
chargebee:list_subscriptions
List subscriptions with optional filtering and pagination.
Read
Low risk
Reactivate Subscription
chargebee:reactivate_subscription
Reactivate a cancelled subscription in Chargebee.
Write
Medium risk
Update Customer
chargebee:update_customer
Update an existing customer in Chargebee.
Write
Medium risk
Update Plan
chargebee:update_plan
Update an existing plan in Chargebee.
Write
Medium risk