cd /news/ai-agents/building-a-multi-agent-valet-trash-c… · home › topics › ai-agents › article
[ARTICLE · art-140078] src=dev.to ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Building a Multi-Agent Valet Trash Command Center: Supabase Edge Functions, VAPI, and PostgreSQL at Scale

Quiet Hours Valet built a production command center that orchestrates eight concurrent AI voice agents and eight automation scenarios using Supabase Edge Functions, VAPI, and a self-hosted PostgreSQL stack. The system pairs a five-page Next.js frontend with an eight-table Postgres schema for scheduling and routing, and uses Supabase Edge Functions to handle VAPI webhook callbacks so a single operator can manage multiple autonomous agents at once. The build is presented as a technical reference for scaling voice AI beyond proof-of-concept, covering webhook-triggered database mutations and state management without Lambda overhead.

by read1 min views1 publishedSep 26, 2026

OPENING PARAGRAPH:

We built a production command center for Quiet Hours Valet that orchestrates 8 concurrent AI voice agents, 8 automation scenarios, and real-time customer management across a vertically integrated real estate and services empire—all on Supabase, VAPI, and self-hosted infrastructure. This article breaks down the architecture: a 5-page Next.js frontend, 8-table Postgres schema for scheduling and routing, Supabase Edge Functions handling VAPI webhook callbacks, and the orchestration logic that lets a single operator manage multiple autonomous agents simultaneously. If you're scaling voice AI beyond proof-of-concept and need webhooks to reliably trigger database mutations, state management without Lambda overhead, and a schema that handles concurrent agent requests, this build is a technical reference.

── more in #ai-agents 4 stories · sorted by recency
── more on @quiet hours valet 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
→ Live at https://your-agent.zahid.host ✓
Get free account → Pricing
from €0/mo · no card required
LIVE [news/building-a-multi-age…] indexed:0 read:1min 2026-09-26 · —