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
recharge:cancel_subscription
Cancel an active subscription. This action cannot be undone.
Write
High risk
Create Address
recharge:create_address
Create a new shipping address for a customer.
Write
Medium risk
Create Customer
recharge:create_customer
Create a new customer in Recharge.
Write
Medium risk
Create Subscription
recharge:create_subscription
Create a new subscription for a customer.
Write
Medium risk
Delete Address
recharge:delete_address
Delete an address. This action cannot be undone. Make sure no active subscriptions are using this address.
Write
High risk
Get Address
recharge:get_address
Fetch a single address by ID with shipping and billing details.
Read
Low risk
Get Charge
recharge:get_charge
Fetch a single charge by ID with payment and order details.
Read
Low risk
Get Customer
recharge:get_customer
Fetch a single customer by ID with subscription and address details.
Read
Low risk
Get Subscription
recharge:get_subscription
Fetch a single subscription by ID with product and customer details.
Read
Low risk
List Addresses
recharge:list_addresses
List addresses with optional filtering by customer and date range.
Read
Low risk
List Charges
recharge:list_charges
List charges with optional filtering by customer, status, subscription, and date range.
Read
Low risk
List Customers
recharge:list_customers
List customers with optional filtering by email, status, and date range.
Read
Low risk
List Subscriptions
recharge:list_subscriptions
List subscriptions with optional filtering by customer, status, product, and date range.
Read
Low risk
Skip Charge
recharge:skip_charge
Skip a scheduled charge. The charge will be marked as skipped and won't be processed.
Write
Medium risk
Update Address
recharge:update_address
Update an existing address's information.
Write
Medium risk
Update Customer
recharge:update_customer
Update an existing customer's information.
Write
Medium risk
Update Subscription
recharge:update_subscription
Update an existing subscription's settings.
Write
Medium risk