Client and agent intake
Intake requests can persist as runtime records and move toward Work Order creation.
Runtime Function Wiring connects selected Netlify functions to Supabase records so intake, Work Orders, execution bindings, provider confirmations, pilot state, result contracts, receipts, callbacks, ledger entries, and attestations can move through one OS path.
The wiring layer gives each function a shared Supabase helper, consistent response envelopes, and durable write targets for the operating trail.
Intake requests can persist as runtime records and move toward Work Order creation.
Accepted requests bind to Work Orders, routing decisions, queue state, and return contracts.
Work Orders bind to TokenOps, FinanceOps, or EnergyOps execution commands and result events.
Provider confirmations create activation bindings, credit funding events, and settlement receipt records.
Each function can run with the same Supabase service-role environment and return the same pattern: request accepted, record written, next OS link returned.
Writes runtime binding events and task run records.
Open function →Creates dispatch and Work Order creation events.
Open function →Creates execution bindings and tool commands.
Open function →Creates provider activation, credit funding, and settlement receipt records.
Open function →Persists pilot run state and pilot events.
Open function →Persists delivery status, retry commands, and failure reasons.
Open function →Reports available tables, functions, and next runtime actions.
Open status →