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 Member
tremendous:create_member
Invite a new team member to your organization.
Write
Medium risk
Create Order
tremendous:create_order
Create a new order with one or more rewards to be sent to recipients.
Write
Medium risk
Get Funding Source
tremendous:get_funding_source
Fetch a single funding source by ID with balance and details.
Read
Low risk
Get Member
tremendous:get_member
Fetch a single team member by ID with role and permissions.
Read
Low risk
Get Order
tremendous:get_order
Fetch a single order by ID with rewards and status details.
Read
Low risk
Get Organization
tremendous:get_organization
Fetch a single organization by ID with details and settings.
Read
Low risk
Get Product
tremendous:get_product
Fetch a single product by ID with details and availability.
Read
Low risk
Get Reward
tremendous:get_reward
Fetch a single reward by ID with delivery status and recipient details.
Read
Low risk
List Funding Sources
tremendous:list_funding_sources
List all funding sources available to your organization.
Read
Low risk
List Members
tremendous:list_members
List all team members in your organization.
Read
Low risk
List Orders
tremendous:list_orders
List orders with optional filters for status and external ID.
Read
Low risk
List Organizations
tremendous:list_organizations
List all organizations accessible to your API key.
Read
Low risk
List Products
tremendous:list_products
List all products available in the catalog with optional filters.
Read
Low risk
List Rewards
tremendous:list_rewards
List rewards with optional filters for order and status.
Read
Low risk
Resend Reward
tremendous:resend_reward
Resend a reward to the recipient (useful if original delivery failed).
Write
Medium risk