Custom actions

2026-02-16

Version 0.1.2

Custom Actions

We've released custom actions — a structured way to expose your Supabase Edge Functions through the admin panel UI. Configure an Edge Function once in bricks.sh, map its parameters to a guided form, and non-technical users can trigger it safely from the panel.

Bridge the gap between code and operations

Custom actions connect developer-owned logic with business team workflows. Your team can trigger complex operations without scripts, manual API calls, or custom dashboards.

  • CS team: trigger refunds, credits, and cancellations via safe edge functions
  • Ops team: bulk-update orders, shipments, and subscriptions from one panel
  • Finance team: run payouts, invoices, and dunning workflows on demand

Simple by design

bricks.sh calls your Edge Function with validated inputs, shows the response in-panel, and logs the execution. You retain full control over the function code, permissions, and business logic. The UI layer just removes the friction — less engineering toil, same production-grade safety and auditability.