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.
Assign Plan
memberstack:assign_plan
Assign a plan to a member, optionally starting a trial period.
Write
Medium risk
Cancel Subscription
memberstack:cancel_subscription
Cancel a subscription either immediately or at the end of the current billing period.
Write
High risk
Create Member
memberstack:create_member
Create a new member with optional plan assignment and custom fields.
Write
Medium risk
Delete Member
memberstack:delete_member
Permanently delete a member. This action cannot be undone.
Write
High risk
Get Member
memberstack:get_member
Fetch a single member by ID with profile data and plan information.
Read
Low risk
Get Payment
memberstack:get_payment
Fetch a single payment by ID with transaction details.
Read
Low risk
Get Plan
memberstack:get_plan
Fetch a single plan by ID with pricing and feature information.
Read
Low risk
Get Subscription
memberstack:get_subscription
Fetch a single subscription by ID with billing and status information.
Read
Low risk
List Members
memberstack:list_members
List members with optional filtering and pagination.
Read
Low risk
List Payments
memberstack:list_payments
List payments with optional filtering and pagination.
Read
Low risk
List Plans
memberstack:list_plans
List all plans with optional filtering and pagination.
Read
Low risk
Remove Plan
memberstack:remove_plan
Remove a plan assignment from a member.
Write
High risk
Send Password Reset
memberstack:send_password_reset
Send a password reset email to a member.
Write
Medium risk
Update Member
memberstack:update_member
Update an existing member's profile information and custom fields.
Write
Medium risk
Verify Member
memberstack:verify_member
Manually verify a member's email address.
Write
Medium risk