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 Lead
hyros:create_lead
Create a new lead in Hyros with attribution tracking.
Write
Medium risk
Create Order
hyros:create_order
Create a new order in Hyros for revenue attribution tracking.
Write
Medium risk
Get Attribution
hyros:get_attribution
Get attribution data for a customer or order showing the customer journey.
Read
Low risk
Get Campaign Performance
hyros:get_campaign_performance
Get campaign performance metrics including leads, orders, revenue, and ROI.
Read
Low risk
Get Lead
hyros:get_lead
Fetch a single lead by ID with contact details and attribution data.
Read
Low risk
Get Order
hyros:get_order
Fetch a single order by ID with customer details and attribution data.
Read
Low risk
List Campaigns
hyros:list_campaigns
List all campaigns with basic performance metrics.
Read
Low risk
List Leads
hyros:list_leads
List leads with optional filtering by email, status, source, and date range.
Read
Low risk
List Orders
hyros:list_orders
List orders with optional filtering by customer, status, value, and date range.
Read
Low risk
Track Event
hyros:track_event
Track a custom event for attribution and conversion tracking.
Write
Medium risk
Update Lead
hyros:update_lead
Update an existing lead's information and status.
Write
Medium risk
Update Order Status
hyros:update_order_status
Update an order's status and optionally adjust its value for accurate attribution.
Write
Medium risk