Build agents that execute workflows—safely and at scale
A production-grade scaffold: multi-tenant orgs enforced by Postgres RLS, versioned agents, knowledge (RAG), approvals, API keys, webhooks, and auditable runs. Extend it into your full agent OS.
Multi-tenant by default
RLSEvery table is scoped by org. Policies enforce isolation and role-based access without app-layer hacks.
Versioned agents
v1+Publish prompt + model changes as versions. Run traces remain reproducible and auditable.
API keys & webhooks
v0.6Issue scoped keys per org and receive signed webhooks for downstream automation and observability.
Approvals & policies
gatesRequire approvals for risky tool actions and enforce budgets + allowlists at the org layer.
Developer quickstart
Apply migrations, deploy the worker, then sign up and create your first org.
1) Apply supabase/migrations
2) Deploy supabase/functions/worker-tick
3) Set env vars (NEXT_PUBLIC_SUPABASE_URL, ... )
4) Open /signup → /onboardingWhat you get
- Control plane UI (Next.js) with secure cookie sessions
- Data plane (Supabase Postgres) with RLS policies and queues
- Worker loop for embeddings + run traces + tool calling