Cloud Overview
Postgres, auth, storage, edge functions, and realtime — built into every project
Every Swarmz project ships with a backend. No setup, no provisioning, no third-party accounts. The agent has direct access and can configure everything from a chat message.

What's included
Database
Managed Postgres with schema management, typed queries, and row-level security.
Authentication
Email/password, magic links, and OAuth (Google, GitHub, Discord) with session handling.
Storage
File uploads with access control, signed URLs, and CDN delivery.
Edge Functions
Server-side code that runs close to your users — API routes, webhooks, cron jobs.
Realtime
Subscribe to database changes and broadcast events between clients.
Using Cloud with the agent
Cloud is on by default. Tell the agent what you need and it handles the rest:
Create a users table with name, email, and avatar columns.
Add row-level security so users can only read their own data.The agent creates the table, writes the migration, sets up RLS policies, and generates the frontend queries — all from that one message.